diesel::helper_types

Type Alias NeAny

Source
pub type NeAny<Lhs, Rhs> = NotIn<Lhs, <Rhs as AsInExpression<SqlTypeOf<Lhs>>>::InExpression>;
Expand description

The return type of lhs.ne_any(rhs)

Aliased Typeยง

struct NeAny<Lhs, Rhs> { /* private fields */ }