Home
last modified time | relevance | path

Searched refs:gen_update_from_arg_matches (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/clap/clap_derive/src/derives/
Dsubcommand.rs65 let update_from_arg_matches = gen_update_from_arg_matches(variants); in gen_for_enum()
576 fn gen_update_from_arg_matches(variants: &[(&Variant, Item)]) -> TokenStream { in gen_update_from_arg_matches() function