pub type DirEntry = DirEntry<DirEntry>;
Available on crate feature
fs-read-dir
only.Expand description
A directory entry adding precompose-unicode support to std::fs::DirEntry
.
Aliased Typeยง
struct DirEntry { /* private fields */ }