[]Trait astral::thirdparty::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

fn ino(&self) -> u64

Returns the underlying d_ino field in the contained dirent structure.

Loading content...