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