Skip to main content

try_consume_own_context

Function try_consume_own_context 

Source
pub fn try_consume_own_context<T: Clone + 'static>() -> Option<T>
Expand description

Try to get a context value stored only in the current scope, without walking up to ancestors.