[][src]Trait walkdir::DirEntryExt

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

Unix-specific extension methods for walkdir::DirEntry

Required methods

fn ino(&self) -> u64

Returns the underlying d_ino field in the contained dirent structure.

Loading content...

Implementors

impl DirEntryExt for DirEntry[src]

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

Returns the underlying d_ino field in the contained dirent structure.

Loading content...