Module style::error_reporting
[−]
[src]
Types used to report parsing errors.
Structs
| NullReporter |
Error reporter which silently forgets errors |
| RustLogReporter |
An error reporter that uses the |
Enums
| ContextualParseError |
Errors that can be encountered while parsing CSS. |
Traits
| ParseErrorReporter |
A generic trait for an error reporter. |