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