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
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)