Function read_file_to_string

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