pub type NeAny<Lhs, Rhs> = Grouped<NotIn<Lhs, <Rhs as AsInExpression<SqlTypeOf<Lhs>>>::InExpression>>;
Expand description
The return type of
lhs.ne_all(rhs)
Aliased Typeยง
pub struct NeAny<Lhs, Rhs>(/* private fields */);
pub type NeAny<Lhs, Rhs> = Grouped<NotIn<Lhs, <Rhs as AsInExpression<SqlTypeOf<Lhs>>>::InExpression>>;
The return type of
lhs.ne_all(rhs)
pub struct NeAny<Lhs, Rhs>(/* private fields */);