Type Definition diesel::helper_types::Or[][src]

pub type Or<Lhs, Rhs> = Grouped<Or<Lhs, AsExprOf<Rhs, Bool>>>;
Expand description

The return type of lhs.or(rhs)