Closed Xion closed 7 years ago
The docs mention ColorParseError in passing, but the symbol isn't exposed to crate users. Without it, it's impossible to e.g. create chained error types where ColorParseError would be one of the variants.
ColorParseError
Thank you
The docs mention
ColorParseError
in passing, but the symbol isn't exposed to crate users. Without it, it's impossible to e.g. create chained error types whereColorParseError
would be one of the variants.