pub type LikeBinary<Lhs, Rhs> = Like<Lhs, Rhs>;๐Deprecated:
Use dsl::Like instead
Available on crate features
postgres_backend and __sqlite-shared only.Aliased Typeยง
pub struct LikeBinary<Lhs, Rhs>(/* private fields */);