Type Definition 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)
pub type And<Lhs, Rhs, ST = Bool> = Grouped<And<Lhs, AsExprOf<Rhs, ST>>>;
The return type of
lhs.and(rhs)