Trait walkdir::DirEntryExt

source ·
pub trait DirEntryExt {
    // Required method
    fn ino(&self) -> u64;
}
Expand description

Unix-specific extension methods for walkdir::DirEntry

Required Methods§

source

fn ino(&self) -> u64

Returns the underlying d_ino field in the contained dirent structure.

Implementors§