Home
last modified time | relevance | path

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

/external/rust/crates/clap/src/parser/matches/
Darg_matches.rs389 pub fn remove_one<T: Any + Clone + Send + Sync + 'static>(&mut self, id: &str) -> Option<T> { in remove_one() method
/external/rust/crates/clap/3.2.23/src/parser/matches/
Darg_matches.rs309 pub fn remove_one<T: Any + Clone + Send + Sync + 'static>(&mut self, id: &str) -> Option<T> { in remove_one() method