json_pretty

Type Alias json_pretty 

Source
pub type json_pretty<J, j> = json_pretty<J, <j as AsExpression<J>>::Expression>;
Available on crate feature sqlite only.
Expand description

The return type of json_pretty()

Aliased Typeยง

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