Function vector::test_util::collect_ready

source ยท
pub async fn collect_ready<S>(rx: S) -> Vec<S::Item>
where S: Stream + Unpin,