Trait DirEntryExt

trait DirEntryExt

Unix-specific extension methods for walkdir::DirEntry

Required Methods

fn ino(self: &Self) -> u64

Returns the underlying d_ino field in the contained dirent structure.

Implementors