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