Type Definition diesel::expression::helper_types::And
[−]
[src]
type And<Lhs, Rhs> = And<Lhs, <Rhs as AsExpression<Bool>>::Expression>;