pub trait OptionInspectNoneRef<F>where F: FnOnce(),{ // Required method fn inspect_none(&self, f: F); }