Type Alias json_pretty

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

The return type of json_pretty()

Aliased Typeยง

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