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