Trait DirEntry

Source
pub trait DirEntry {
    type Metadata: Metadata;

    // Required methods
    fn path(&self) -> String;
    fn metadata(&self) -> Result<Self::Metadata>;
}

Required Associated Types§

Required Methods§

Source

fn path(&self) -> String

Source

fn metadata(&self) -> Result<Self::Metadata>

Implementations on Foreign Types§

Source§

impl DirEntry for DirEntry

Implementors§