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