[][src]Function futures_async_combinators::stream::take

pub fn take<St>(stream: St, n: u64) -> impl Stream<Item = St::Item> where
    St: Stream