Trait result_inspect::ResultInspectErr[][src]

pub trait ResultInspectErr<F, E> where
    F: FnOnce(&E),
    E: Sized
{ fn inspect_err(self, f: F) -> Self; }

Required methods

fn inspect_err(self, f: F) -> Self[src]

Loading content...

Implementations on Foreign Types

impl<F, T, E> ResultInspectErr<F, E> for Result<T, E> where
    F: FnOnce(&E),
    E: Sized
[src]

Loading content...

Implementors

Loading content...