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§

source

fn entry_info(&self) -> EntryInfo

This method is used to populate ReadDirents() output.

Implementors§