Trait std::os::wasi::fs::DirEntryExt[][src]

pub trait DirEntryExt {
    fn ino(&self) -> u64;
}
🔬 This is a nightly-only experimental API. (wasi_ext #71213)
This is supported on WASI only.
Expand description

WASI-specific extension methods for fs::DirEntry.

Required methods

🔬 This is a nightly-only experimental API. (wasi_ext #71213)

Returns the underlying d_ino field of the dirent_t

Implementors