[−][src]Trait r2d2::HandleError
A trait which handles errors reported by the ManageConnection
.
Required methods
fn handle_error(&self, error: E)
Handles an error.
Implementors
impl<E> HandleError<E> for LoggingErrorHandler where
E: Error,
[src]
E: Error,