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