pub fn apply_ops(
file: &mut File,
ops: impl IntoIterator<Item = PatchOp>,
) -> Result<(), PatchError>Expand description
Applies a sequence of patch operations in order.
pub fn apply_ops(
file: &mut File,
ops: impl IntoIterator<Item = PatchOp>,
) -> Result<(), PatchError>Applies a sequence of patch operations in order.