pub fn set_text_map_propagator<P>(propagator: P)where
    P: TextMapPropagator + Send + Sync + 'static,
Expand description

Sets the given TextMapPropagator propagator as the current global propagator.