Type Alias bevy::log::BoxedSubscriber
source · pub type BoxedSubscriber = Box<dyn Subscriber + Send + Sync>;
Expand description
Alias for a boxed Subscriber
.
Aliased Type§
struct BoxedSubscriber(/* private fields */);
pub type BoxedSubscriber = Box<dyn Subscriber + Send + Sync>;
Alias for a boxed Subscriber
.
struct BoxedSubscriber(/* private fields */);