pub type Escape<Lhs> = Grouped<Escape<<Lhs as EscapeExpressionMethods>::TextExpression, AsExprOf<String, VarChar>>>;
Expand description
The return type of
lhs.escape('x')
pub type Escape<Lhs> = Grouped<Escape<<Lhs as EscapeExpressionMethods>::TextExpression, AsExprOf<String, VarChar>>>;
The return type of
lhs.escape('x')