[][src]Trait tamasfe_clap::ArgEnum

pub trait ArgEnum: Sized {
    const VARIANTS: &'static [&'static str];

    fn from_str(input: &str, case_insensitive: bool) -> Result<Self, String>;
}

@TODO @release @docs

Associated Constants

const VARIANTS: &'static [&'static str]

@TODO @release @docs

Loading content...

Required methods

fn from_str(input: &str, case_insensitive: bool) -> Result<Self, String>

@TODO @release @docs

Loading content...

Implementors

Loading content...