[][src]Function futures_async_combinators::stream::iter

pub fn iter<I>(i: I) -> impl Stream<Item = I::Item> where
    I: IntoIterator