fedimint_rocksdb

Function convert_to_async_stream

source
pub(crate) fn convert_to_async_stream<'i, I>(
    iter: I,
) -> impl Stream<Item = I::Item>
where I: Iterator + Send + 'i, I::Item: Send,