LikeBinary

Type Alias LikeBinary 

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