Skip to main content

replace_block

Function replace_block 

Source
pub fn replace_block(
    source: &str,
    block_name: &str,
    replacement: &str,
) -> Result<TextPatch, TextPatchError>