pub fn set_text_map_propagator<P>(propagator: P)where P: TextMapPropagator + Send + Sync + 'static,
Install the provided propagator as the global text map propagator.