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ยง
struct jsonb_object<A> { /* private fields */ }