pub type Escape<Lhs> = Escape<Lhs, AsExprOf<String, VarChar>>;
The return type of lhs.escape('x')
lhs.escape('x')
struct Escape<Lhs> { /* private fields */ }