vector
0.45.0
In vector::
test_
util
vector
::
test_util
Function
collect_n_stream
Copy item path
source
pub async fn collect_n_stream<T, S: Stream<Item = T> +
Unpin
>( stream:
&mut S
, n:
usize
, ) ->
Vec
<T>