[][src]Trait clap_v3::derive::FromArgMatches

pub trait FromArgMatches: Sized {
    fn from_arg_matches(matches: &ArgMatches) -> Self;
}

Extract values from ArgMatches into the struct.

Required methods

fn from_arg_matches(matches: &ArgMatches) -> Self

@TODO @release @docs

Loading content...

Implementations on Foreign Types

impl<T: FromArgMatches> FromArgMatches for Box<T>[src]

Loading content...

Implementors

Loading content...