Crate clone_stream

Source

Structs§

CloneStream
A stream that implements Clone and returns cloned items from a base stream.

Traits§

ForkStream
A trait that turns a Stream with cloneable Items into a cloneable stream that yields items of the same original item type.