Struct r2d2::NopErrorHandler
[−]
[src]
pub struct NopErrorHandler;
A HandleError implementation which does nothing.
pub struct NopErrorHandler;
A HandleError implementation which does nothing.
impl<E> HandleError<E> for NopErrorHandlerfn handle_error(&self, _: E)impl Debug for NopErrorHandlerimpl Clone for NopErrorHandlerfn clone(&self) -> NopErrorHandlerfn clone_from(&mut self, source: &Self)impl Copy for NopErrorHandler