pub type json_pretty_with_indentation<J, j, indentation> = json_pretty_with_indentation<J, <j as AsExpression<J>>::Expression, <indentation as AsExpression<Nullable<Text>>>::Expression>;Available on crate feature
sqlite only.Expand description
The return type of json_pretty_with_indentation()
Aliased Typeยง
pub struct json_pretty_with_indentation<J, j, indentation> { /* private fields */ }