Type Alias Or

Source
pub type Or<Lhs, Rhs, ST = <Rhs as PreferredBoolSqlType>::PreferredSqlType> = Grouped<Or<Lhs, AsExprOf<Rhs, ST>>>;
Expand description

The return type of lhs.or(rhs)

Aliased Typeยง

struct Or<Lhs, Rhs, ST = <Rhs as PreferredBoolSqlType>::PreferredSqlType>(/* private fields */);