pub trait DirEntryExt {
// Required method
fn ino(&self) -> u64;
}
wasi_ext #71213)
WASI-specific extension methods for fs::DirEntry.
fn ino(&self) -> u64
wasi_ext #71213)
Returns the underlying d_ino field of the dirent_t
impl DirEntryExt for DirEntry
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/os/wasi/fs/trait.DirEntryExt.html