Structs§
- BufStreaming
Iterator - A
StreamingIteratorwith an internal buffer ofVec<u8>used to efficiently present items of typeTas&[u8]. It is generic over the typeTand the transformationF: T -> &[u8].
Traits§
- Streaming
Iterator - An interface for dealing with streaming iterators.