Type Alias bones_framework::logging::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§
struct BoxedLayer(/* private fields */);