Trait std::os::wasi::fs::DirEntryExt [−][src]
🔬 This is a nightly-only experimental API. (
wasi_ext)This is supported on WASI only.
Expand description
WASI-specific extension methods for fs::DirEntry.
Required methods
fn ino(&self) -> u64[src]
🔬 This is a nightly-only experimental API. (
wasi_ext)Expand description
Returns the underlying d_ino field of the dirent_t
Implementors
Loading content...