BoxedLayer

Type Alias BoxedLayer 

Source
pub type BoxedLayer = Box<dyn Layer<Registry> + Sync + Send>;
Expand description

A boxed Layer that can be used with LogPlugin::custom_layer.

Aliased Typeยง

pub struct BoxedLayer(/* private fields */);