json_pretty_with_indentation

Type Alias json_pretty_with_indentation 

Source
pub type json_pretty_with_indentation<j, indentation> = json_pretty_with_indentation<<j as Expression>::SqlType, j, indentation>;
Available on crate feature sqlite only.
Expand description

Return type of the json_pretty_with_indentation() SQL function.

Aliased Typeยง

pub struct json_pretty_with_indentation<j, indentation> { /* private fields */ }