diesel::helper_types

Type Alias Escape

Source
pub type Escape<Lhs> = Escape<Lhs, AsExprOf<String, VarChar>>;
Expand description

The return type of lhs.escape('x')

Aliased Typeยง

struct Escape<Lhs> { /* private fields */ }