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

Sets the given TextMapPropagator propagator as the current global propagator.