diesel::helper_types

Type Alias Or

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

The return type of lhs.or(rhs)

Aliased Typeยง

struct Or<Lhs, Rhs>(/* private fields */);