Struct r2d2::LoggingErrorHandler
[−]
[src]
pub struct LoggingErrorHandler;
A HandleError implementation which logs at the error level.
pub struct LoggingErrorHandler;
A HandleError implementation which logs at the error level.
impl<E> HandleError<E> for LoggingErrorHandler where E: Errorfn handle_error(&self, error: E)impl Debug for LoggingErrorHandlerimpl Clone for LoggingErrorHandlerfn clone(&self) -> LoggingErrorHandlerfn clone_from(&mut self, source: &Self)impl Copy for LoggingErrorHandler