Trait vfs::directory::entry::GetEntryInfo
source · pub trait GetEntryInfo {
// Required method
fn entry_info(&self) -> EntryInfo;
}
Expand description
Give useful information about the entry, for example, the directory entry type.
Required Methods§
sourcefn entry_info(&self) -> EntryInfo
fn entry_info(&self) -> EntryInfo
This method is used to populate ReadDirents() output.