Skip to main content

apply_patch_text

Function apply_patch_text 

Source
pub fn apply_patch_text(
    file: &mut File,
    source: &str,
) -> Result<(), PatchTextError>
Expand description

Parses, resolves, and applies textual patch ops in order.