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