json_object

Type Alias json_object 

Source
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ยง

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