Function vector::test_util::collect_n_limited
source ยท pub async fn collect_n_limited<T: Send + 'static>(
rx: LimitedReceiver<T>,
n: usize,
) -> Vec<T>
pub async fn collect_n_limited<T: Send + 'static>(
rx: LimitedReceiver<T>,
n: usize,
) -> Vec<T>