Searched defs:from_arg_matches (Results 1 – 5 of 5) sorted by relevance
32 pub fn from_arg_matches(name: &Ident) { in from_arg_matches() function
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
64 let from_arg_matches = gen_from_arg_matches(variants); in gen_for_enum() localVariable