Function read_file_to_string_lossy

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