Type Definition block_tools::db::use_diesel::dsl::NeAny[][src]

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

The return type of lhs.ne_any(rhs)