pub type json_pretty_with_indentation<J, I> = json_pretty_with_indentation<SqlTypeOf<J>, J, I>;
Available on crate feature
sqlite
only.Expand description
Return type of json_pretty(json, indent)
Aliased Typeยง
struct json_pretty_with_indentation<J, I> { /* private fields */ }