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