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