Trait nameless_clap::ArgEnum[][src]

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][src]

@TODO @release @docs

Loading content...

Required methods

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

@TODO @release @docs

Loading content...

Implementors

Loading content...