[−][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]
impl<E> HandleError<E> for LoggingErrorHandler where
E: Error,
fn handle_error(&self, error: E)
[src]
fn handle_error(&self, error: E)
impl<E> HandleError<E> for NopErrorHandler
[src]
impl<E> HandleError<E> for NopErrorHandler
fn handle_error(&self, _: E)
[src]
fn handle_error(&self, _: E)