Type Alias gix_features::fs::walkdir::DirEntry

source ·
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 */ }