Function vector::test_util::collect_n

source ยท
pub async fn collect_n<S>(rx: S, n: usize) -> Vec<S::Item>
where S: Stream,