Function try_consume_context_from_scope_id

Source
pub fn try_consume_context_from_scope_id<T>(
    scope_id: Option<ScopeId>,
) -> Option<T>
where T: Clone + 'static,