vector::test_util

Function collect_ready

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