pub fn apply_tape_diff(value: &mut Value, diff: &TapeDiff<'_>) -> Result<()>Expand description
Apply a TapeDiff to a mutable value
This converts tape diff operations to value mutations.
ยงErrors
Returns an error if a path is invalid or an operation fails.