pub trait OptionExt<T>: Sealed { // Required method fn some_mut(&mut self) -> Option<SomeMut<'_, T>>; }