Type Alias json_patch

Source
pub type json_patch<T, P, target, patch> = json_patch<T, P, <target as AsExpression<T>>::Expression, <patch as AsExpression<P>>::Expression>;
Expand description

The return type of json_patch()

Aliased Typeยง

pub struct json_patch<T, P, target, patch> { /* private fields */ }