Module combine::stream::buffered

source ·
Available on crate feature alloc only.
Expand description

Stream wrapper which provides a ResetStream impl for StreamOnce impls which do not have one.

Structs§

  • Stream which buffers items from an instance of StreamOnce into a ring buffer. Instances of StreamOnce which is not able to implement ResetStream (such as ReadStream) may use this as a way to implement ResetStream and become a full Stream instance.