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