pub type jsonb_insert<E, Arr, base, path, new_value> = jsonb_insert<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_insert()
Aliased Type§
struct jsonb_insert<E, Arr, base, path, new_value> { /* private fields */ }