pub fn stream_from_iter<I, T>(
iter: I,
) -> impl Stream<Item = Result<DataRow, String>>where
I: IntoIterator<Item = T>,
T: IntoDataRow,Expand description
Helper for creating streams from iterators
pub fn stream_from_iter<I, T>(
iter: I,
) -> impl Stream<Item = Result<DataRow, String>>where
I: IntoIterator<Item = T>,
T: IntoDataRow,Helper for creating streams from iterators