pub type jsonb_insert_with_insert_after<E, Arr, base, path, new_value, insert_after> = jsonb_insert_with_insert_after<E, Arr, <base as AsExpression<E>>::Expression, <path as AsExpression<Arr>>::Expression, <new_value as AsExpression<E>>::Expression, <insert_after as AsExpression<Bool>>::Expression>;
Available on crate feature
postgres_backend
only.Expand description
The return type of jsonb_insert_with_insert_after()
Aliased Typeยง
struct jsonb_insert_with_insert_after<E, Arr, base, path, new_value, insert_after> { /* private fields */ }