pub type jsonb_patch<T, P, target, patch> = jsonb_patch<T, P, <target as AsExpression<T>>::Expression, <patch as AsExpression<P>>::Expression>;
Available on crate feature
sqlite
only.Expand description
The return type of jsonb_patch()
Aliased Typeยง
pub struct jsonb_patch<T, P, target, patch> { /* private fields */ }