Type Alias json_type

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

The return type of json_type()

Aliased Typeยง

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