Searched defs:ParseColorError (Results 1 – 1 of 1) sorted by relevance
1950 fn from_str_numeric(s: &str) -> Result<Color, ParseColorError> { in from_str_numeric() argument2012 pub struct ParseColorError { struct2013 kind: ParseColorErrorKind, argument2024 impl ParseColorError { argument2031 impl error::Error for ParseColorError { implementation2042 impl fmt::Display for ParseColorError { implementation2073 fn from_str(s: &str) -> Result<Color, ParseColorError> { in from_str() argument