pub type Like<Lhs, Rhs> = Grouped<Like<Lhs, AsExprOf<Rhs, SqlTypeOf<Lhs>>>>;
Expand description
The return type of
lhs.like(rhs)
Aliased Typeยง
pub struct Like<Lhs, Rhs>(/* private fields */);
pub type Like<Lhs, Rhs> = Grouped<Like<Lhs, AsExprOf<Rhs, SqlTypeOf<Lhs>>>>;
The return type of
lhs.like(rhs)
pub struct Like<Lhs, Rhs>(/* private fields */);