pub type Or<Lhs, Rhs> = Grouped<Or<Lhs, AsExprOf<Rhs, Bool>>>;
Expand description
The return type of
lhs.or(rhs)
Aliased Typeยง
pub struct Or<Lhs, Rhs>(/* private fields */);
pub type Or<Lhs, Rhs> = Grouped<Or<Lhs, AsExprOf<Rhs, Bool>>>;
The return type of
lhs.or(rhs)
pub struct Or<Lhs, Rhs>(/* private fields */);