pub type Propagator = Box<dyn TextMapPropagator + Send + Sync>;
pub struct Propagator(/* private fields */);