Type Definition diesel::dsl::And

source ·
pub type And<Lhs, Rhs, ST = Bool> = Grouped<And<Lhs, AsExprOf<Rhs, ST>>>;
Expand description

The return type of lhs.and(rhs)