Trait filesystem::DirEntry [] [src]

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

Required Methods

Implementors