[][src]Function futures_async_combinators::stream::next

pub async fn next<St>(stream: &mut St) -> Option<St::Item> where
    St: Stream + Unpin