pub fn apply_operation<V: Patchable>(
value: &mut V,
op: &GenericPatchOperation<V>,
) -> Result<(), PatchError>Expand description
Apply a single operation to a value
Convenience function that calls value.apply_operation(op).
ยงErrors
Returns an error if the operation fails.