write_content_to_file

Function write_content_to_file 

Source
pub fn write_content_to_file(
    path: &PathBuf,
    content: String,
) -> Result<(), Box<dyn Error>>