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

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

The return type of lhs.or(rhs)