Structs§
- A
StreamingIterator
with an internal buffer ofVec<u8>
used to efficiently present items of typeT
as&[u8]
. It is generic over the typeT
and the transformationF: T -> &[u8]
.
Traits§
- An interface for dealing with streaming iterators.
StreamingIterator
with an internal buffer of Vec<u8>
used to efficiently
present items of type T
as &[u8]
.
It is generic over the type T
and the transformation F: T -> &[u8]
.