vector::test_util

Function collect_n

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