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