pub type Lt<Lhs, Rhs> = Grouped<Lt<Lhs, AsExpr<Rhs, Lhs>>>;
The return type of lhs.lt(rhs)
lhs.lt(rhs)