Searched defs:FallibleStreamingIterator (Results 1 – 1 of 1) sorted by relevance
26 pub trait FallibleStreamingIterator { interface306 impl<'a, I: ?Sized> FallibleStreamingIterator for &'a mut I impl