Skip to main content

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-shared only.
Expand description

The return type of json_pretty()

Aliased Typeยง

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