Function create_and_write_to_file

Source
pub fn create_and_write_to_file<P>(content: &String, file_path: P)
where P: AsRef<Path>,