Trait result_inspect::ResultInspectRef[][src]

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

Required methods

fn inspect(&self, f: F)[src]

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...