Trait DirEntryExt
trait DirEntryExt
Unix-specific extension methods for walkdir::DirEntry
Required Methods
fn ino(self: &Self) -> u64Returns the underlying
d_inofield in the containeddirentstructure.
Implementors
impl DirEntryExt for DirEntry