Searched refs:ParseColorError (Results 1 – 1 of 1) sorted by relevance
1850 fn from_str_numeric(s: &str) -> Result<Color, ParseColorError> { in from_str_numeric() argument1873 Err(ParseColorError { in from_str_numeric()1878 Err(ParseColorError { in from_str_numeric()1887 let n = parse_number(code).ok_or_else(|| ParseColorError { in from_str_numeric()1896 ParseColorError { in from_str_numeric()1901 ParseColorError { in from_str_numeric()1912 pub struct ParseColorError { struct1924 impl ParseColorError { impl1931 impl error::Error for ParseColorError { implementation1942 impl fmt::Display for ParseColorError { implementation[all …]