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 { impl
34 impl std::error::Error for MatchesError {} implementation
36 impl std::fmt::Display for MatchesError { implementation
/third_party/rust/crates/clap/src/parser/matches/
Darg_matches.rs1084 ) -> Result<Option<&T>, MatchesError> { in try_get_one() argument
1102 ) -> Result<Option<ValuesRef<T>>, MatchesError> { in try_get_many() argument
1121 ) -> Result<Option<OccurrencesRef<T>>, MatchesError> { in try_get_occurrences() argument
1135 pub fn try_get_raw(&self, id: &str) -> Result<Option<RawValues<'_>>, MatchesError> { in try_get_raw() argument
1153 ) -> Result<Option<RawOccurrences<'_>>, MatchesError> { in try_get_raw_occurrences() argument
1171 ) -> Result<Option<T>, MatchesError> { in try_remove_one() argument
1186 ) -> Result<Option<Values<T>>, MatchesError> { in try_remove_many() argument
1205 ) -> Result<Option<Occurrences<T>>, MatchesError> { in try_remove_occurrences() argument
1220 pub fn try_contains_id(&self, id: &str) -> Result<bool, MatchesError> { in try_contains_id() argument
1231 fn try_get_arg(&self, arg: &str) -> Result<Option<&MatchedArg>, MatchesError> { in try_get_arg() argument
[all …]