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