Type Definition diesel::dsl::not [−][src]
pub type not<Expr> = Not<Grouped<AsExprOf<Expr, Bool>>>;
Expand description
The return type of not(expr)
pub type not<Expr> = Not<Grouped<AsExprOf<Expr, Bool>>>;
The return type of not(expr)