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