FileStat

Trait FileStat 

Source
pub trait FileStat {
    // Required methods
    fn path(&self) -> &Path;
    fn size(&self) -> u64;
}

Required Methods§

Source

fn path(&self) -> &Path

Source

fn size(&self) -> u64

Implementors§