Skip to main content

fs_read_dir

Function fs_read_dir 

Source
pub fn fs_read_dir<P>(p: P) -> Result<ReadDir, MyErr>
where P: AsRef<Path>,