Trait option_inspect::OptionInspect[][src]

pub trait OptionInspect<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> OptionInspect<F, T> for Option<T> where
    F: FnOnce(&T),
    T: Sized
[src]

Loading content...

Implementors

Loading content...