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 */);
pub type Or<Lhs, Rhs> = Grouped<Or<Lhs, AsExprOf<Rhs, Bool>>>;
The return type of
lhs.or(rhs)
struct Or<Lhs, Rhs>(/* private fields */);