Type Definition DirEntry
git_features::fs::walkdir
type DirEntry = DirEntryGeneric<((), ())>;
An alias for an uncustomized directory entry to match the one of the non-parallel version offered by walkdir.
walkdir