Home
last modified time | relevance | path

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

/external/rust/crates/termcolor/src/
Dlib.rs1950 fn from_str_numeric(s: &str) -> Result<Color, ParseColorError> { in from_str_numeric() argument
2012 pub struct ParseColorError { struct
2013 kind: ParseColorErrorKind, argument
2024 impl ParseColorError { argument
2031 impl error::Error for ParseColorError { implementation
2042 impl fmt::Display for ParseColorError { implementation
2073 fn from_str(s: &str) -> Result<Color, ParseColorError> { in from_str() argument