type GlobalSubscriber = Arc<dyn Subscriber + Send + Sync + 'static>;
Available on crate feature
tracing_
only.Expand description
The GLOBAL_SUBSCRIBER
type.
Aliased Typeยง
struct GlobalSubscriber { /* private fields */ }
type GlobalSubscriber = Arc<dyn Subscriber + Send + Sync + 'static>;
tracing_
only.The GLOBAL_SUBSCRIBER
type.
struct GlobalSubscriber { /* private fields */ }