write_to_temp_file

Function write_to_temp_file 

Source
fn write_to_temp_file(
    prefix: &str,
    suffix: &str,
    content: &str,
) -> Result<PathBuf>