Function read_dir

Source
pub fn read_dir<P>(path: P) -> Result<ReadDir>
where P: Into<PathBuf> + Debug,