pub type BoxedLayer = Box<dyn Layer<Registry> + Send + Sync + 'static>;
A boxed [Layer] that can be used with setup_logging.
Layer
setup_logging
pub struct BoxedLayer(/* private fields */);