pub type BoxSendStream<T, E> = Box<dyn Stream<Item = T, Error = E> + Send>;
pub struct BoxSendStream<T, E>(/* private fields */);