Function read_file

Source
pub fn read_file(path: &Path) -> Result<Vec<u8>, ReadFileError>
Expand description

Read a file, returning presentable error variants.