Function opentelemetry::global::get_text_map_propagator
source ยท pub fn get_text_map_propagator<T, F>(f: F) -> Twhere
F: FnMut(&dyn TextMapPropagator) -> T,
Expand description
Executes a closure with a reference to the current global TextMapPropagator
propagator.