pub trait IntoOptionalRc<T: ?Sized> { // Required method fn into_optional_rc(self) -> Option<Rc<T>>; }