pub fn get_text_map_propagator<T, F>(f: F) -> Twhere
F: FnMut(&dyn TextMapPropagator) -> T,Available on crate feature
opentelemetry only.Expand description
Executes a closure with a reference to the current global TextMapPropagator propagator.