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§