pub fn use_try_consume<T>() -> Option<T>where T: Clone + 'static,
Try to get access to a value stored in this component instance or some ancestor.