pub type BoxedSubscriber<In, InError> = Box<dyn Subscriber<In = In, InError = InError> + Send + Sync>;
pub struct BoxedSubscriber<In, InError>(/* private fields */);