Trait std::os::unix::fs::DirEntryExt [] [src]

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

: recently added API

Required Methods

fn ino(&self) -> ino_t

Unstable

: recently added API

Implementors