Searched defs:ColorChoiceParseError (Results 1 – 1 of 1) sorted by relevance
277 fn from_str(s: &str) -> Result<ColorChoice, ColorChoiceParseError> { in from_str() argument364 pub struct ColorChoiceParseError { struct368 impl std::error::Error for ColorChoiceParseError {} argument370 impl fmt::Display for ColorChoiceParseError { implementation