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