Function read_file_to_string_lossy

Source
pub fn read_file_to_string_lossy<P>(path: P) -> Result<String, FileError>
where P: AsRef<Path>,