pub type json_quote<J, j> = json_quote<J, <j as AsExpression<J>>::Expression>;
Available on crate feature
sqlite
only.Expand description
The return type of json_quote()
Aliased Typeยง
pub struct json_quote<J, j> { /* private fields */ }