[][src]Module combine::stream::buffered

This is supported on crate feature std only.

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

Structs

Stream

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.