diesel::pg::expression::dsl

Type Alias jsonb_set

Source
pub type jsonb_set<E, Arr, base, path, new_value> = jsonb_set<E, Arr, <base as AsExpression<E>>::Expression, <path as AsExpression<Arr>>::Expression, <new_value as AsExpression<E>>::Expression>;
Available on crate feature postgres_backend only.
Expand description

The return type of jsonb_set()

Aliased Typeยง

struct jsonb_set<E, Arr, base, path, new_value> { /* private fields */ }