vfs::directory::entry

Trait 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§