pub trait DirEntryExt {
// Required method
fn ino(&self) -> u64;
}Available on non-Hermit and (Unix) and not ((WebAssembly and non-WASI, or Fortanix and SGX)) only.
Expand description
Unix-specific extension methods for fs::DirEntry.
pub trait DirEntryExt {
// Required method
fn ino(&self) -> u64;
}Unix-specific extension methods for fs::DirEntry.