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