Type Definition diesel::helper_types::And [−][src]
type And<Lhs, Rhs> = And<Lhs, AsExprOf<Rhs, Bool>>;
The return type of
lhs.and(rhs)
type And<Lhs, Rhs> = And<Lhs, AsExprOf<Rhs, Bool>>;
The return type of
lhs.and(rhs)