gix_features::fs::walkdir

Type Alias 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 */ }