diesel::pg::expression::dsl

Type Alias jsonb_object

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

The return type of jsonb_object()

Aliased Typeยง

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