pub type BoxedSubscriber<E> = Box<dyn Subscriber<E>>;

Aliased Type§

struct BoxedSubscriber<E>(/* private fields */);