Trait ex_cli::system::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§