Skip to main content

JsonPatch

Type Alias JsonPatch 

Source
pub type JsonPatch = Vec<PatchOperation>;
Expand description

A JSON Patch document: an ordered list of operations.

Aliased Typeยง

pub struct JsonPatch { /* private fields */ }