HelpVersion

Trait HelpVersion 

Source
pub trait HelpVersion {
    // Required methods
    fn is_help(&self) -> bool;
    fn is_version(&self) -> bool;
}
Expand description

check help and version of conf

Required Methods§

Source

fn is_help(&self) -> bool

Source

fn is_version(&self) -> bool

Implementors§