-
currently the git_packetline crate streamingly reads packetline from impl Interator for StreamingPeekableIter. This will be helpful for iterating packetline over an streming the method |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
(I have edited this former issue to better fit into this Q&A format, merging comments with content and adding some punctuation) Believe me, I tried, but ultimately self-referencing iterators are not possible without GATs. That said, once GATs are more common this should officially become a streaming iterator. |
Beta Was this translation helpful? Give feedback.
(I have edited this former issue to better fit into this Q&A format, merging comments with content and adding some punctuation)
Believe me, I tried, but ultimately self-referencing iterators are not possible without GATs. That said, once GATs are more common this should officially become a streaming iterator.