pub trait DirEntryExt { fn ino(&self) -> u64; }
wasi_ext
特定于 WASI 的 fs::DirEntry 的扩展方法。
fs::DirEntry
返回 dirent_t 的底层 d_ino 字段
dirent_t
d_ino