Struct r2d2::NopErrorHandler
[−]
[src]
pub struct NopErrorHandler;
A HandleError implementation which does nothing.
Trait Implementations
impl Copy for NopErrorHandler[src]
impl Clone for NopErrorHandler[src]
fn clone(&self) -> NopErrorHandler[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for NopErrorHandler[src]
impl<E> HandleError<E> for NopErrorHandler[src]
fn handle_error(&self, _: E)[src]
Handles an error.