pub trait DirEntryExt {
// Required method
fn ino(&self) -> u64;
}Available on crate feature
std and (Unix or crate feature docs) and crate feature default and crate feature docs only.Expand description
Unix-specific extension methods for DirEntry.
Required Methods§
Implementors§
impl DirEntryExt for DirEntry
Available on non-
target_os=unknown only.