Struct css_color_parser::ColorParseError
[−]
[src]
pub struct ColorParseError;
Trait Implementations
impl Debug for ColorParseError
[src]
impl From<ParseIntError> for ColorParseError
[src]
fn from(err: ParseIntError) -> ColorParseError
Performs the conversion.
impl From<ParseFloatError> for ColorParseError
[src]
fn from(err: ParseFloatError) -> ColorParseError
Performs the conversion.
impl Error for ColorParseError
[src]
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
The lower-level cause of this error, if any. Read more