Struct css_color_parser::ColorParseError [] [src]

pub struct ColorParseError;

Trait Implementations

impl Debug for ColorParseError
[src]

Formats the value using the given formatter.

impl From<ParseIntError> for ColorParseError
[src]

Performs the conversion.

impl From<ParseFloatError> for ColorParseError
[src]

Performs the conversion.

impl Error for ColorParseError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl Display for ColorParseError
[src]

Formats the value using the given formatter. Read more