pub type BoxLayer = Box<dyn Layer<Registry> + Send + Sync + 'static>;
Boxed Tracing Layer
struct BoxLayer(/* private fields */);