pub fn try_use_context<T>() -> Option<T>where T: Clone + 'static,
Tries to get a context value of the given type. If no context is found, returns None.
None