Searched defs:from_clap (Results 1 – 2 of 2) sorted by relevance
1082 fn from_clap(matches: &clap::ArgMatches<'_>) -> Self; in from_clap() method1161 fn from_clap(matches: &clap::ArgMatches<'_>) -> Self { in from_clap() method
762 let from_clap = gen_from_clap(name, fields, &basic_clap_app_gen.attrs); in impl_structopt_for_struct() localVariable819 let from_clap = gen_from_clap_enum(name); in impl_structopt_for_enum() localVariable