Home
last modified time | relevance | path

Searched defs:from_arg_matches_mut (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/clap/examples/derive_ref/
H A Dflatten_hand_args.rs16 fn from_arg_matches_mut(matches: &mut ArgMatches) -> Result<Self, Error> { in from_arg_matches_mut() functions
/third_party/rust/crates/clap/clap_derive/src/derives/
H A Dargs.rs115 fn from_arg_matches_mut(__clap_arg_matches: &mut clap::ArgMatches) -> ::std::result::Result<Self, clap::Error> { in gen_for_struct() functions
H A Dsubcommand.rs555 fn from_arg_matches_mut(__clap_arg_matches: &mut clap::ArgMatches) -> ::std::result::Result<Self, clap::Error> { in gen_from_arg_matches() functions
/third_party/rust/crates/clap/src/
H A Dderive.rs243 fn from_arg_matches_mut(matches: &mut ArgMatches) -> Result<Self, Error> { in from_arg_matches_mut() functions
436 fn from_arg_matches_mut(matches: &mut ArgMatches) -> Result<Self, Error> { in command() functions

Completed in 3 milliseconds