Type Definition git_features::fs::walkdir::DirEntry
source · pub type DirEntry = DirEntryGeneric<((), ())>;
Available on crate feature
fs-walkdir-parallel
only.Expand description
An alias for an uncustomized directory entry to match the one of the non-parallel version offered by walkdir
.