replace_string

Function replace_string 

Source
pub async fn replace_string(
    path: &Path,
    search: &str,
    replace: &str,
) -> Result<()>