rustix
0.38.39
Module raw_dir
Structs
In rustix::fs
Module
rustix
::
fs
::
raw_dir
Copy item path
source
·
[
−
]
Expand description
RawDir
and
RawDirEntry
.
Structs
§
RawDir
A directory iterator implemented with getdents.
RawDirEntry
A raw directory entry, similar to
std::fs::DirEntry
.