pub trait DirEntryExt {
// Required method
fn ino(&self) -> u64;
}Available on crate feature
default and crate feature docs and crate feature std and (Unix or crate feature docs) only.Expand description
Unix-specific extension methods for DirEntry.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl DirEntryExt for DirEntry
Available on non-
target_os=unknown only.