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