rustix
1.0.8
Module raw_dir
Module Items
Structs
In rustix::
fs
rustix
::
fs
Module
raw_dir
Copy item path
Source
Expand description
RawDir
and
RawDirEntry
.
Structs
ยง
RawDir
A directory iterator implemented with getdents.
RawDir
Entry
A raw directory entry, similar to
std::fs::DirEntry
.