read_file_to_string

Function read_file_to_string 

Source
pub fn read_file_to_string(path: &Path) -> Result<String, ReadFileError>
Expand description

Read a file to a string, returning presentable error variants.