Type Definition NotEq
diesel::dsl
type NotEq<Lhs, Rhs> = NotEq<Lhs, AsExpr<Rhs, Lhs>>;
The return type of lhs.ne(rhs)
lhs.ne(rhs)