pub type BoxedSubscriber<E> = Box<dyn Subscriber<E>>;
pub struct BoxedSubscriber<E>(/* private fields */);