Function write_string_to_file

Source
pub fn write_string_to_file(content: &str, file_path: &str) -> Result<()>