pub trait DirEntryExt {
// Required method
fn ino(&self) -> u64;
}
🔬This is a nightly-only experimental API. (
wasi_ext
#71213)Available on WASI only.
Expand description
WASI-specific extension methods for fs::DirEntry
.
pub trait DirEntryExt {
// Required method
fn ino(&self) -> u64;
}
wasi_ext
#71213)WASI-specific extension methods for fs::DirEntry
.