pub trait AddDIDJsonPatches {
    fn add_patches(&mut self, patches: Vec<PatchOperation>);
}

Required Methods§

Implementors§