Skip to main content

apply_ops_for_language

Function apply_ops_for_language 

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

Applies a sequence of patch operations in order using the selected lower language.