pub type IsNot<Lhs, Rhs> = Grouped<IsNot<Lhs, AsExpr<Rhs, Lhs>>>;Available on crate features
sqlite and postgres_backend only.Expand description
The return type of lhs.is_not(rhs).
Aliased Typeยง
pub struct IsNot<Lhs, Rhs>(/* private fields */);