Available on crate feature
dir
only.Expand description
List directory contents
Structs§
- Dir
- An open directory.
- Entry
- A directory entry, similar to
std::fs::DirEntry
. - Iter
- Return type of
Dir::iter
. - Owning
Iter - The return type of Dir::into_iter
Enums§
- Type
- Type of file referenced by a directory entry