Function fs_err::read_dir

source ·
pub fn read_dir<P: Into<PathBuf>>(path: P) -> Result<ReadDir>
Expand description

Wrapper for fs::read_dir.