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

check help and version of conf

Required Methods

Implementors