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