Trait filesystem::DirEntry

source ·
pub trait DirEntry {
    fn file_name(&self) -> OsString;
    fn path(&self) -> PathBuf;
}

Required Methods

Implementations on Foreign Types

Implementors