pub fn convert<'a, I, T, E>(it: I) -> Convert<'a, I, T>where I: Iterator<Item = Result<&'a T, E>>,
Converts a normal Iterator over Results of references into a FallibleStreamingIterator.
Iterator
Results
FallibleStreamingIterator