Structs§
- Clone
Stream - A stream that implements
Clone
and returns cloned items from a base stream.
Traits§
- Fork
Stream - A trait that turns a
Stream
with cloneableItem
s into a cloneable stream that yields items of the same original item type.
Clone
and returns cloned items from a base
stream.Stream
with cloneable Item
s into a cloneable stream
that yields items of the same original item type.