Type Alias LikeBinary

Source
pub type LikeBinary<Lhs, Rhs> = Like<Lhs, Rhs>;
๐Ÿ‘ŽDeprecated: Use dsl::Like instead

Aliased Typeยง

struct LikeBinary<Lhs, Rhs>(/* private fields */);