pub type Or<Lhs, Rhs, ST = Bool> = Grouped<Or<Lhs, AsExprOf<Rhs, ST>>>;
The return type of lhs.or(rhs)
lhs.or(rhs)