Function opentelemetry::global::get_text_map_propagator

source ·
pub fn get_text_map_propagator<T, F>(f: F) -> T
where F: FnMut(&dyn TextMapPropagator) -> T,
Expand description

Executes a closure with a reference to the current global TextMapPropagator propagator.