pub type NotLikeBinary<Lhs, Rhs> = NotLike<Lhs, Rhs>;๐Deprecated:
Use dsl::NotLike instead
Available on crate features
postgres_backend and __sqlite-shared only.Aliased Typeยง
pub struct NotLikeBinary<Lhs, Rhs>(/* private fields */);