pub fn convert<'a, I, T, E>(it: I) -> Convert<'a, I, T> where
    I: Iterator<Item = Result<&'a T, E>>, 
Available on crate feature io_json only.
Expand description

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