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