Home
last modified time | relevance | path

Searched refs:ParseColorError (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/termcolor/src/
Dlib.rs1850 fn from_str_numeric(s: &str) -> Result<Color, ParseColorError> { in from_str_numeric() argument
1873 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 { struct
1924 impl ParseColorError { impl
1931 impl error::Error for ParseColorError { implementation
1942 impl fmt::Display for ParseColorError { implementation
[all …]