pub fn try_consume_own_context<T: Clone + 'static>() -> Option<T>
Try to get a context value stored only in the current scope, without walking up to ancestors.