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