pub type UnorderedStream<T> = RecvStream<'static, T>;
pub struct UnorderedStream<T>(/* private fields */);