Trait walkdir::DirEntryExt [] [src]

pub trait DirEntryExt {
    fn ino(&self) -> u64;
}

Unix-specific extension methods for walkdir::DirEntry

Required Methods

Returns the underlying d_ino field in the contained dirent structure.

Implementors