Skip to main content

fs_read

Function fs_read 

Source
pub fn fs_read<P>(p: P) -> Result<Vec<u8>, MyErr>
where P: AsRef<Path>,