Trait collective::cli::AppOpts

source ·
pub trait AppOpts: Parser {
    fn try_init() -> Result<Self, CliError> { ... }
    fn init() -> Self { ... }
    fn get_log_level_filter(&self) -> Option<LevelFilter> { ... }
    fn get_log_environment_variable_name(&self) -> Option<&str> { ... }
}

Provided Methods§

Implementors§