Type Alias mz_ore::tracing::GlobalSubscriber

source ·
type GlobalSubscriber = Arc<dyn Subscriber + Send + Sync + 'static>;
Available on crate feature tracing_ only.
Expand description

Aliased Type§

struct GlobalSubscriber { /* private fields */ }