diesel::dsl

Type Alias not

source
pub type not<Expr> = Not<Grouped<Expr>>;
Expand description

The return type of not(expr)

Aliased Typeยง

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