Type Alias diesel::dsl::not

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

The return type of not(expr)

Aliased Type§

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