pub fn provide_context_to_scope<T: 'static + Clone>(
    scope_id: ScopeId,
    value: T
) -> Option<T>
Expand description

Provide context to the the given scope