pub fn get_item<T: 'static, F, R>(f: F) -> Rwhere F: FnOnce(Option<&mut T>) -> R,
Get a reference to a type previously inserted on this runtime’s storage