[][src]Function futures_async_combinators::stream::collect

pub async fn collect<St, C>(stream: St) -> C where
    St: Stream,
    C: Default + Extend<St::Item>,