Skip to main content

apply_patch

Function apply_patch 

Source
pub fn apply_patch(stage: &Stage, patch: &Patch) -> Result<Stage, PatchError>
Expand description

Apply a patch and return the resulting stage. The input is cloned; the original is untouched.