☰
And
In diesel::dsl
?
Type Definition
diesel
::
dsl
::
And
source
·
[
−
]
pub type And<Lhs, Rhs> = And<Lhs,
AsExprOf
<Rhs,
Bool
>>;
Expand description
The return type of
lhs.and(rhs)