Skip to main content

convert_statement_in_file

Function convert_statement_in_file 

Source
pub fn convert_statement_in_file(
    file_path: &Path,
    old_content: &str,
    new_content: &str,
) -> Result<()>