Type Alias mz_ore::tracing::GlobalSubscriber
source · 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 */ }