pub type json_array_length<json> = json_array_length<<json as Expression>::SqlType, json>;Available on crate feature
postgres_backend only.Expand description
Return type of the json_array_length() SQL function.
Aliased Typeยง
pub struct json_array_length<json> { /* private fields */ }