pub type IsNot<Lhs, Rhs> = Grouped<IsNot<Lhs, AsExpr<Rhs, Lhs>>>;
sqlite
The return type of lhs.is_not(rhs).
lhs.is_not(rhs)