[][src]Function fs_err::read

pub fn read<P: AsRef<Path> + Into<PathBuf>>(path: P) -> Result<Vec<u8>>

Wrapper for fs::read.