pub type JsonPatch = Vec<PatchOperation>;Expand description
A JSON Patch document: an ordered list of operations.
Aliased Typeยง
pub struct JsonPatch { /* private fields */ }pub type JsonPatch = Vec<PatchOperation>;A JSON Patch document: an ordered list of operations.
pub struct JsonPatch { /* private fields */ }