Trait DirEntryExt
async_std::os::unix::fs
pub trait DirEntryExt { fn ino(&self) -> u64; }
Unix-specific extension methods for DirEntry.
DirEntry
fn ino(&self) -> u64
Returns the underlying d_ino field in the contained dirent structure.
d_ino
dirent
impl DirEntryExt for DirEntry