Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/clap_derive/src/derives/
Dargs.rs644 let get_many = quote_spanned!(span=> remove_many::<#convert_type>); in gen_parsers() localVariable
/third_party/rust/crates/clap/src/parser/matches/
Darg_matches.rs212 pub fn get_many<T: Any + Clone + Send + Sync + 'static>( in get_many() method