Function read_file

Source
pub fn read_file<P>(path: P) -> Result<Vec<u8>, FileError>
where P: AsRef<Path>,