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