pub trait HelpVersion {
// Required methods
fn is_help(&self) -> bool;
fn is_version(&self) -> bool;
}Expand description
check help and version of conf
pub trait HelpVersion {
// Required methods
fn is_help(&self) -> bool;
fn is_version(&self) -> bool;
}check help and version of conf