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