Type Definition diesel::helper_types::NeAny [] [src]

type NeAny<Lhs, Rhs> = NotIn<Lhs, <Rhs as AsInExpression<SqlTypeOf<Lhs>>>::InExpression>;

The return type of lhs.ne_any(rhs)