Type Alias bevy::log::BoxedSubscriber

pub type BoxedSubscriber = Box<dyn Subscriber + Sync + Send>;
Expand description

Alias for a boxed Subscriber.

Aliased Typeยง

struct BoxedSubscriber(/* private fields */);