Skip to main content

GlobalSubscriber

Type Alias GlobalSubscriber 

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

Aliased Typeยง

struct GlobalSubscriber { /* private fields */ }