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