Home
last modified time | relevance | path

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

/external/rust/crates/structopt/src/
Dlib.rs1082 fn from_clap(matches: &clap::ArgMatches<'_>) -> Self; in from_clap() method
1161 fn from_clap(matches: &clap::ArgMatches<'_>) -> Self { in from_clap() method
/external/rust/crates/structopt-derive/src/
Dlib.rs762 let from_clap = gen_from_clap(name, fields, &basic_clap_app_gen.attrs); in impl_structopt_for_struct() localVariable
819 let from_clap = gen_from_clap_enum(name); in impl_structopt_for_enum() localVariable