Struct style::error_reporting::NullReporter
[−]
[src]
pub struct NullReporter;
Error reporter which silently forgets errors
Trait Implementations
impl ParseErrorReporter for NullReporter
[src]
fn report_error(
&self,
_url: &UrlExtraData,
_location: SourceLocation,
_error: ContextualParseError
)
[src]
&self,
_url: &UrlExtraData,
_location: SourceLocation,
_error: ContextualParseError
)
Called when the style engine detects an error. Read more