Type Alias diesel::helper_types::And
source · pub type And<Lhs, Rhs, ST = Bool> = Grouped<And<Lhs, AsExprOf<Rhs, ST>>>;
Expand description
The return type of
lhs.and(rhs)
Aliased Type§
struct And<Lhs, Rhs, ST = Bool>(pub And<Lhs, <Rhs as AsExpression<ST>>::Expression>);
Fields§
§0: And<Lhs, <Rhs as AsExpression<ST>>::Expression>