pub type RecvStream = BoxStream<'static, Result<RecvItem, RecvError>>;
pub struct RecvStream { /* private fields */ }