☰
Not
In diesel::dsl
?
Type Definition
diesel
::
dsl
::
Not
source
·
[
−
]
pub type Not<Expr> =
not
<Expr>;
👎
Deprecated since 1.1.0:
use
not
instead
Expand description
The return type of
not(expr)