vector
0.43.0
In vector::test_util
Function
vector
::
test_util
::
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>