pub type jsonb_object_with_keys_and_values<keys, values> = jsonb_object_with_keys_and_values<<keys as Expression>::SqlType, <values as Expression>::SqlType, keys, values>;Expand description
Return type of the jsonb_object_with_keys_and_values() SQL function.
Aliased Typeยง
pub struct jsonb_object_with_keys_and_values<keys, values> { /* private fields */ }