Type Alias gix_features::fs::walkdir::DirEntryIter
source · pub type DirEntryIter = WalkDirIter<DirEntryIterGeneric<((), ())>, DirEntryGeneric<((), ())>, Error>;
Available on crate feature
fs-walkdir-parallel
only.Expand description
The Iterator yielding directory items
Aliased Type§
struct DirEntryIter { /* private fields */ }