pub type json_array_length<E> = json_array_length<SqlTypeOf<E>, E>;
Available on crate feature
postgres_backend
only.Expand description
Return type of json_array_length(json)
Aliased Typeยง
struct json_array_length<E> { /* private fields */ }