Function fallible_streaming_iterator::convert

source ยท
pub fn convert<'a, I, T, E>(it: I) -> Convert<'a, I, T>
where I: Iterator<Item = Result<&'a T, E>>,
Expand description

Converts a normal Iterator over Results of references into a FallibleStreamingIterator.