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