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