Home
last modified time | relevance | path

Searched defs: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
1912 pub struct ParseColorError { struct
1913 kind: ParseColorErrorKind, argument
1924 impl ParseColorError { impl
1931 impl error::Error for ParseColorError { implementation
1942 impl fmt::Display for ParseColorError { implementation
1973 fn from_str(s: &str) -> Result<Color, ParseColorError> { in from_str() argument