Home
last modified time | relevance | path

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

/aosp_15_r20/external/bazelbuild-rules_rust/util/process_wrapper/
H A Dflags.rs23 pub(crate) enum FlagParseError { enum
30 impl fmt::Display for FlagParseError { implementation
44 impl Error for FlagParseError {} implementation
145 pub(crate) fn parse(mut self, argv: Vec<String>) -> Result<ParseOutcome, FlagParseError> { in parse() argument