Struct r2d2::LoggingErrorHandler [] [src]

pub struct LoggingErrorHandler;

A HandleError implementation which logs at the error level.

Trait Implementations

impl<E> HandleError<E> for LoggingErrorHandler where E: Error

fn handle_error(&self, error: E)

Derived Implementations

impl Debug for LoggingErrorHandler

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for LoggingErrorHandler

fn clone(&self) -> LoggingErrorHandler

fn clone_from(&mut self, source: &Self)

impl Copy for LoggingErrorHandler