read_dir

Function read_dir 

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

Returns an iterator over the entries within a directory.

ยงErrors

May return any of the same errors as std::fs::read_dir