pub fn create_scope_stack_from_propagation(
context: &PropagationContext,
) -> Result<ScopeStackHandle>Expand description
Create an isolated scope stack rooted below a supplied propagation context.
The imported handles are synthetic bookkeeping only; Relay never emits their lifecycle events or transfers scope-local registrations across the boundary.