pub type json_type<j> = json_type<<j as Expression>::SqlType, j>;
Expand description
Return type of the json_type()
SQL function.
Aliased Typeยง
pub struct json_type<j> { /* private fields */ }
pub type json_type<j> = json_type<<j as Expression>::SqlType, j>;
Return type of the json_type()
SQL function.
pub struct json_type<j> { /* private fields */ }