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