Trait option_inspect::OptionInspectNone[][src]

pub trait OptionInspectNone<F> where
    F: FnOnce(), 
{ fn inspect_none(self, f: F) -> Self; }

Required methods

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

Loading content...

Implementations on Foreign Types

impl<F, T> OptionInspectNone<F> for Option<T> where
    F: FnOnce(), 
[src]

Loading content...

Implementors

Loading content...