BoxedLayer

Type Alias BoxedLayer 

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

A boxed [Layer] that can be used with setup_logging.

Aliased Typeยง

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