Struct r2d2::NopErrorHandler [] [src]

pub struct NopErrorHandler;

A HandleError implementation which does nothing.

Trait Implementations

impl<E> HandleError<E> for NopErrorHandler

fn handle_error(&self, _: E)

Derived Implementations

impl Debug for NopErrorHandler

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

impl Clone for NopErrorHandler

fn clone(&self) -> NopErrorHandler

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

impl Copy for NopErrorHandler