pub type json_type<j> = json_type<<j as Expression>::SqlType, j>;Available on crate features
__sqlite-shared and postgres_backend only.Expand description
Return type of the json_type() SQL function.
Aliased Typeยง
pub struct json_type<j> { /* private fields */ }