pub trait DirEntryExt {
// Required method
fn ino(&self) -> u64;
}
Available on Unix only.
Expand description
特定于 Unix 的 fs::DirEntry
扩展方法。
pub trait DirEntryExt {
// Required method
fn ino(&self) -> u64;
}
特定于 Unix 的 fs::DirEntry
扩展方法。