[][src]Trait option_inspect::OptionInspectRef

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

Required methods

fn inspect(&self, f: F)

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...