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§
struct json_quote<J, j> { /* private fields */ }
pub type json_quote<J, j> = json_quote<J, <j as AsExpression<J>>::Expression>;
sqlite
only.The return type of json_quote()
struct json_quote<J, j> { /* private fields */ }