read_dir

Function read_dir 

Source
pub fn read_dir<P: AsRef<Path>>(path: P) -> Result<ReadDir>
Expand description

Wrapper for fs::read_dir.