Function higher_effect::io::read_file

source ·
pub fn read_file<'a, P: 'a + AsRef<Path>>(path: P) -> IO<'a, Vec<u8>, Error>
Expand description

Read a file from the filesystem.