Trait DirEntryExt
walkdir
pub trait DirEntryExt { fn ino(&self) -> u64; }
Unix-specific extension methods for walkdir::DirEntry
walkdir::DirEntry
fn ino(&self) -> u64
Returns the underlying d_ino field in the contained dirent structure.
d_ino
dirent
impl DirEntryExt for DirEntry