pub type BoxedSubscriber = Box<dyn Subscriber + Send + Sync>;
Expand description

Alias for a boxed Subscriber.

Aliased Type§

struct BoxedSubscriber(/* private fields */);