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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for NopErrorHandler
[src]

[src]

Formats the value using the given formatter.

impl<E> HandleError<E> for NopErrorHandler
[src]

[src]

Handles an error.