Type Alias json_quote

Source
pub type json_quote<J, j> = json_quote<J, <j as AsExpression<J>>::Expression>;
Expand description

The return type of json_quote()

Aliased Typeยง

pub struct json_quote<J, j> { /* private fields */ }