json_type

Type Alias json_type 

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

The return type of json_type()

Aliased Typeยง

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