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: Error
fn handle_error(&self, error: E)
impl Debug for LoggingErrorHandler
impl Clone for LoggingErrorHandler
fn clone(&self) -> LoggingErrorHandler
fn clone_from(&mut self, source: &Self)
impl Copy for LoggingErrorHandler