Searched refs:MatchesError (Results 1 - 3 of 3) sorted by relevance
/third_party/rust/crates/clap/src/parser/ |
H A D | error.rs | 5 pub enum MatchesError { enum 21 impl MatchesError { impls 23 pub(crate) fn unwrap<T>(id: &str, r: Result<T, MatchesError>) -> T { 34 impl std::error::Error for MatchesError {} 36 impl std::fmt::Display for MatchesError { 55 MatchesError: Send, in check_auto_traits()
|
H A D | mod.rs | 27 pub use error::MatchesError;
|
/third_party/rust/crates/clap/src/parser/matches/ |
H A D | arg_matches.rs | 14 use crate::parser::MatchesError; 113 MatchesError::unwrap(id, self.try_get_one(id)) in get_one() 224 MatchesError::unwrap(id, self.try_get_many(id)) in get_many() 261 MatchesError::unwrap(id, self.try_get_occurrences(id)) in get_occurrences() 307 MatchesError::unwrap(id, self.try_get_raw(id)) in get_raw() 360 MatchesError::unwrap(id, self.try_get_raw_occurrences(id)) in get_raw() 398 MatchesError::unwrap(id, self.try_remove_one(id)) in get_raw() 436 MatchesError::unwrap(id, self.try_remove_many(id)) in get_raw() 474 MatchesError::unwrap(id, self.try_remove_occurrences(id)) in remove_occurrences() 504 MatchesError in contains_id() [all...] |
Completed in 3 milliseconds