Struct r2d2::LoggingErrorHandler [−][src]
pub struct LoggingErrorHandler;
Expand description
A HandleError
implementation which logs at the error level.
Trait Implementations
Handles an error.
Auto Trait Implementations
impl RefUnwindSafe for LoggingErrorHandler
impl Send for LoggingErrorHandler
impl Sync for LoggingErrorHandler
impl Unpin for LoggingErrorHandler
impl UnwindSafe for LoggingErrorHandler
Blanket Implementations
Mutably borrows from an owned value. Read more