pub type json_quote<j> = json_quote<<j as Expression>::SqlType, j>;
Expand description
Return type of the json_quote()
SQL function.
Aliased Typeยง
pub struct json_quote<j> { /* private fields */ }
pub type json_quote<j> = json_quote<<j as Expression>::SqlType, j>;
Return type of the json_quote()
SQL function.
pub struct json_quote<j> { /* private fields */ }