pub fn apply_patch_text( file: &mut File, source: &str, ) -> Result<(), PatchTextError>
Parses, resolves, and applies textual patch ops in order.