pub fn read_file_to_string(path: &Path) -> Result<String, ReadFileError>Expand description
Read a file to a string, returning presentable error variants.
pub fn read_file_to_string(path: &Path) -> Result<String, ReadFileError>Read a file to a string, returning presentable error variants.