Home
last modified time | relevance | path

Searched defs:from_subcommand (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/structopt/src/
Dlib.rs1148 fn from_subcommand<'a, 'b>(_sub: (&'b str, Option<&'b clap::ArgMatches<'a>>)) -> Option<Self> in from_subcommand() method
1173 fn from_subcommand<'a, 'b>(sub: (&'b str, Option<&'b clap::ArgMatches<'a>>)) -> Option<Self> { in from_subcommand() method
/external/rust/crates/structopt-derive/src/
Dlib.rs820 let from_subcommand = gen_from_subcommand(name, variants, &attrs); in impl_structopt_for_enum() localVariable