pub trait DirEntryExt { fn ino(&self) -> u64; }
wasi_ext
WASI-specific extension methods for fs::DirEntry.
fs::DirEntry
Returns the underlying d_ino field of the dirent_t
d_ino
dirent_t