pub type DirEntry = DirEntry<DirEntryGeneric<((), ())>>;
Available on crate feature
fs-walkdir-parallel
only.Expand description
A directory entry returned by DirEntryIter.
Aliased Typeยง
struct DirEntry { /* private fields */ }