GLOBAL_TRACER

Static GLOBAL_TRACER 

Source
static GLOBAL_TRACER: OnceCell<&'static dyn JoinSetTracer>
Expand description

Global storage for an injected tracer. If no tracer is injected, a no-op tracer is used instead. This ensures that calls to trace_future or trace_block never panic due to missing instrumentation.