bevy::log

Type Alias BoxedLayer

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

A boxed Layer that can be used with LogPlugin.

Aliased Typeยง

struct BoxedLayer(/* private fields */);