pub type Like<Lhs, Rhs> = Like<Lhs, AsExprOf<Rhs, VarChar>>;
The return type of lhs.like(rhs)
lhs.like(rhs)