Searched defs:ParseColorError (Results 1 – 1 of 1) sorted by relevance
1850 fn from_str_numeric(s: &str) -> Result<Color, ParseColorError> { in from_str_numeric() argument1912 pub struct ParseColorError { struct1913 kind: ParseColorErrorKind, argument1924 impl ParseColorError { impl1931 impl error::Error for ParseColorError { implementation1942 impl fmt::Display for ParseColorError { implementation1973 fn from_str(s: &str) -> Result<Color, ParseColorError> { in from_str() argument