Skip to main content

apply_ops

Function apply_ops 

Source
pub fn apply_ops(
    file: &mut File,
    ops: impl IntoIterator<Item = PatchOp>,
) -> Result<(), PatchError>
Expand description

Applies a sequence of patch operations in order.