Struct r2d2::LoggingErrorHandler [−][src]
A HandleError
implementation which logs at the error level.
Trait Implementations
impl Copy for LoggingErrorHandler
[src]
impl Copy for LoggingErrorHandler
impl Clone for LoggingErrorHandler
[src]
[+]
impl Clone for LoggingErrorHandler
impl Debug for LoggingErrorHandler
[src]
[+]
impl Debug for LoggingErrorHandler
impl<E> HandleError<E> for LoggingErrorHandler where
E: Error,
[src]
[+]
impl<E> HandleError<E> for LoggingErrorHandler where
E: Error,
Auto Trait Implementations
impl Send for LoggingErrorHandler
impl Send for LoggingErrorHandler
impl Sync for LoggingErrorHandler
impl Sync for LoggingErrorHandler