stream_from_async_iter

Function stream_from_async_iter 

Source
pub fn stream_from_async_iter<S>(
    stream: S,
) -> impl Stream<Item = Result<DataRow, String>>
where S: Stream<Item = Result<DataRow, String>>,
Expand description

Helper for creating streams from async iterators