pub trait DirEntryExt {
// Required method
fn ino(&self) -> u64;
}
Available on Unix 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
.