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