bevy_log

Type Alias 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 */);