Trait walkdir::DirEntryExt[][src]

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

Unix-specific extension methods for walkdir::DirEntry

Required methods

fn ino(&self) -> u64[src][]

Returns the underlying d_ino field in the contained dirent structure.

Implementors

impl DirEntryExt for DirEntry[src][+]

fn ino(&self) -> u64[src][]

Returns the underlying d_ino field in the contained dirent structure.