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