Function read_file_to_string

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