jsonb_object

Type Alias jsonb_object 

Source
pub type jsonb_object<A> = jsonb_object<SqlTypeOf<A>, A>;
Available on crate feature postgres_backend only.
Expand description

Return type of jsonb_object(text_array)

Aliased Typeยง

pub struct jsonb_object<A> { /* private fields */ }