Type Definition diesel::dsl::Not [−][src]
pub type Not<Expr> = not<Expr>;
👎 Deprecated since 1.1.0:
use not
instead
Expand description
The return type of not(expr)
pub type Not<Expr> = not<Expr>;
use not
instead
The return type of not(expr)