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