Trait Flags

Source
pub trait Flags {
    // Required methods
    fn is_file(&self) -> bool;
    fn is_dir(&self) -> bool;
    fn is_symlink(&self) -> bool;
}

Required Methods§

Source

fn is_file(&self) -> bool

Source

fn is_dir(&self) -> bool

Implementors§