Module git_features::fs::walkdir [−][src]
Structs
| DirEntryGeneric | Representation of a file or directory. |
| DirEntryIterGeneric | DirEntry iterator from |
| Error | An error produced by recursively walking a directory. |
Functions
| walkdir_new | Instantiate a new directory iterator which will not skip hidden files. |
Type Definitions
| DirEntry | An alias for an uncustomized directory entry to match the one of the non-parallel version offered by |
| DirEntryIter | The Iterator yielding directory items |
| WalkDir | Builder for walking a directory. |