Searched defs:from_arg_matches (Results 1 – 5 of 5) sorted by relevance
30 pub fn from_arg_matches(name: &Ident) -> proc_macro2::TokenStream { in from_arg_matches() function45 let from_arg_matches = from_arg_matches(name); in subcommand() localVariable64 let from_arg_matches = from_arg_matches(name); in args() localVariable
22 fn from_arg_matches(matches: &ArgMatches) -> Result<Self, Error> { in from_arg_matches() method
12 fn from_arg_matches(matches: &ArgMatches) -> Result<Self, Error> { in from_arg_matches() method
209 fn from_arg_matches(matches: &ArgMatches) -> Result<Self, Error>; in from_arg_matches() method433 fn from_arg_matches(matches: &ArgMatches) -> Result<Self, Error> { in from_arg_matches() method
60 let from_arg_matches = gen_from_arg_matches(variants)?; in gen_for_enum() localVariable