Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/src/parser/
Derror.rs5 pub enum MatchesError { enum
21 impl MatchesError { implementation
37 impl std::error::Error for MatchesError {} implementation
39 impl std::fmt::Display for MatchesError { implementation
/third_party/rust/crates/clap/src/parser/matches/
Darg_matches.rs1076 ) -> Result<Option<&T>, MatchesError> { in try_get_one() argument
1094 ) -> Result<Option<ValuesRef<T>>, MatchesError> { in try_get_many() argument
1113 ) -> Result<Option<OccurrencesRef<T>>, MatchesError> { in try_get_occurrences() argument
1127 pub fn try_get_raw(&self, id: &str) -> Result<Option<RawValues<'_>>, MatchesError> { in try_get_raw() argument
1145 ) -> Result<Option<RawOccurrences<'_>>, MatchesError> { in try_get_raw_occurrences() argument
1163 ) -> Result<Option<T>, MatchesError> { in try_remove_one() argument
1178 ) -> Result<Option<Values<T>>, MatchesError> { in try_remove_many() argument
1197 ) -> Result<Option<Occurrences<T>>, MatchesError> { in try_remove_occurrences() argument
1212 pub fn try_contains_id(&self, id: &str) -> Result<bool, MatchesError> { in try_contains_id() argument
1223 fn try_get_arg(&self, arg: &str) -> Result<Option<&MatchedArg>, MatchesError> { in try_get_arg() argument
[all …]