[][src]Trait filesystem::DirEntry

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

Required methods

fn file_name(&self) -> OsString

fn path(&self) -> PathBuf

Loading content...

Implementations on Foreign Types

impl DirEntry for DirEntry[src]

Loading content...

Implementors

Loading content...