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