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