Type Alias telemetry_rust::propagation::Propagator

source ·
pub type Propagator = Box<dyn TextMapPropagator + Send + Sync>;

Aliased Type§

struct Propagator(/* private fields */);