telemetry_rust::propagation

Type Alias Propagator

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

Aliased Typeยง

struct Propagator(/* private fields */);