diesel::pg::expression::dsl

Type Alias json_object

source
pub type json_object<Arr, text_array> = json_object<Arr, <text_array as AsExpression<Arr>>::Expression>;
Available on crate feature postgres_backend only.
Expand description

The return type of json_object()

Aliased Typeยง

struct json_object<Arr, text_array> { /* private fields */ }