pub fn read_file<'a, P: 'a + AsRef<Path>>(path: P) -> IO<'a, Vec<u8>, Error>
Read a file from the filesystem.