Searched defs:from_subcommand (Results 1 – 2 of 2) sorted by relevance
1205 fn from_subcommand<'a, 'b>(_sub: (&'b str, Option<&'b clap::ArgMatches<'a>>)) -> Option<Self> in from_subcommand() method1230 fn from_subcommand<'a, 'b>(sub: (&'b str, Option<&'b clap::ArgMatches<'a>>)) -> Option<Self> { in from_subcommand() method
942 let from_subcommand = gen_from_subcommand(name, variants, &attrs); in impl_structopt_for_enum() localVariable