Trait DirEntry

Source
pub trait DirEntry {
    // Required methods
    fn file_name(&self) -> OsString;
    fn path(&self) -> PathBuf;
}

Required Methods§

Source

fn file_name(&self) -> OsString

Source

fn path(&self) -> PathBuf

Implementations on Foreign Types§

Source§

impl DirEntry for DirEntry

Implementors§