diesel::helper_types

Type Alias Not

Source
pub type Not<Expr> = not<Expr>;
๐Ÿ‘ŽDeprecated since 1.1.0: use not instead
Expand description

The return type of not(expr)

Aliased Typeยง

struct Not<Expr> { /* private fields */ }