pub type DirEntryIter = DirEntryIterGeneric<((), ())>;
Available on crate feature
fs-walkdir-parallel
only.Expand description
The Iterator yielding directory items
Aliased Typeยง
pub struct DirEntryIter { /* private fields */ }