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