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 NopErrorHandler
fn handle_error(&self, _: E)
impl Debug for NopErrorHandler
impl Clone for NopErrorHandler
fn clone(&self) -> NopErrorHandler
fn clone_from(&mut self, source: &Self)
impl Copy for NopErrorHandler