Trait Metadata

Source
pub trait Metadata {
    // Required methods
    fn len(&self) -> u64;
    fn is_dir(&self) -> bool;
}

Required Methods§

Source

fn len(&self) -> u64

Source

fn is_dir(&self) -> bool

Implementations on Foreign Types§

Source§

impl Metadata for Metadata

Source§

fn len(&self) -> u64

Source§

fn is_dir(&self) -> bool

Implementors§