Type Alias NotLikeBinary

Source
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 */);