pub struct DefaultErrorHandler;Expand description
Default error handler implementation
Trait Implementations§
Source§impl Clone for DefaultErrorHandler
impl Clone for DefaultErrorHandler
Source§fn clone(&self) -> DefaultErrorHandler
fn clone(&self) -> DefaultErrorHandler
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DefaultErrorHandler
impl Debug for DefaultErrorHandler
Source§impl ErrorHandler for DefaultErrorHandler
impl ErrorHandler for DefaultErrorHandler
fn handle_parse_error(&self, _error: &PostCSSError) -> RecoveryStrategy
fn handle_plugin_error(&self, _error: &PostCSSError) -> RecoveryStrategy
fn handle_transform_error(&self, _error: &PostCSSError) -> RecoveryStrategy
Auto Trait Implementations§
impl Freeze for DefaultErrorHandler
impl RefUnwindSafe for DefaultErrorHandler
impl Send for DefaultErrorHandler
impl Sync for DefaultErrorHandler
impl Unpin for DefaultErrorHandler
impl UnwindSafe for DefaultErrorHandler
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more