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]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for NopErrorHandler
[src]
[+]

[]

Formats the value using the given formatter. Read more

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

[]

Handles an error.

Auto Trait Implementations

impl Send for NopErrorHandler

impl Sync for NopErrorHandler