pub trait OptionInspectNone<T> {
// Required method
fn inspect_none(self, inspector_function: impl FnOnce()) -> Self;
}
Required Methods§
fn inspect_none(self, inspector_function: impl FnOnce()) -> Self
Object Safety§
This trait is not object safe.