Skip to main content

apply_text_edits

Function apply_text_edits 

Source
pub fn apply_text_edits(
    text: &str,
    edits: &[TextEdit],
) -> Result<String, FixError>