Home
last modified time | relevance | path

Searched defs:from_arg_matches (Results 1 - 6 of 6) sorted by relevance

/third_party/rust/crates/clap/examples/derive_ref/
H A Dhand_subcommand.rs22 fn from_arg_matches(matches: &ArgMatches) -> Result<Self, Error> { in from_arg_matches() functions
H A Dflatten_hand_args.rs12 fn from_arg_matches(matches: &ArgMatches) -> Result<Self, Error> { in from_arg_matches() functions
/third_party/rust/crates/clap/clap_derive/src/derives/
H A Dargs.rs111 fn from_arg_matches(__clap_arg_matches: &clap::ArgMatches) -> ::std::result::Result<Self, clap::Error> { in gen_for_struct() functions
H A Dsubcommand.rs82 fn from_arg_matches(__clap_arg_matches: &clap::ArgMatches) -> ::std::result::Result<Self, clap::Error> { in gen_for_enum() functions
/third_party/rust/crates/clap/clap_derive/src/
H A Ddummies.rs30 pub fn from_arg_matches(name: &Ident) -> proc_macro2::TokenStream { in from_arg_matches() functions
33 fn from_arg_matches(_m: &clap::ArgMatches) -> ::std::result::Result<Self, clap::Error> { in from_arg_matches() functions
/third_party/rust/crates/clap/src/
H A Dderive.rs209 fn from_arg_matches(matches: &ArgMatches) -> Result<Self, Error>; in from_arg_matches() functions
433 fn from_arg_matches(matches: &ArgMatches) -> Result<Self, Error> { in command() functions

Completed in 4 milliseconds