pub fn try_use_context<T>() -> Option<T>where T: Clone + 'static,
Tries to read a typed value from the nearest provider for the component currently being rendered.