Trait result_inspect::ResultInspect[][src]

pub trait ResultInspect<F, T> where
    F: FnOnce(&T),
    T: Sized
{ fn inspect(self, f: F) -> Self; }

Required methods

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

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...