Skip to main content

GetEntryInfo

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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§