Type Alias bevy_log::BoxedLayer

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

A boxed Layer that can be used with LogPlugin.

Aliased Type§

struct BoxedLayer(/* private fields */);