Type Alias json_pretty

Source
pub type json_pretty<j> = json_pretty<<j as Expression>::SqlType, j>;
Expand description

Return type of the json_pretty() SQL function.

Aliased Typeยง

pub struct json_pretty<j> { /* private fields */ }