pub type NotILike<Lhs, Rhs> = Grouped<NotILike<Lhs, AsExprOf<Rhs, VarChar>>>;
Expand description
The return type of lhs.not_ilike(rhs)
Aliased Typeยง
struct NotILike<Lhs, Rhs>(/* private fields */);
pub type NotILike<Lhs, Rhs> = Grouped<NotILike<Lhs, AsExprOf<Rhs, VarChar>>>;
The return type of lhs.not_ilike(rhs)
struct NotILike<Lhs, Rhs>(/* private fields */);