Expand description
Stream wrapper which provides a ResetStream impl for StreamOnce impls which do not have
one.
Structsยง
- Stream
- Streamwhich buffers items from an instance of- StreamOnceinto a ring buffer. Instances of- StreamOncewhich is not able to implement- ResetStream(such as- ReadStream) may use this as a way to implement- ResetStreamand become a full- Streaminstance.