Expand description
List directory contents
Structs§
- An open directory.
- A directory entry, similar to
std::fs::DirEntry
. - Return type of
Dir::iter
. - The return type of Dir::into_iter
Enums§
- Type of file referenced by a directory entry
List directory contents
std::fs::DirEntry
.Dir::iter
.