Module stream

Source
Expand description

Stream trait in GAT style.

Structs§

Iter
Stream for the iter function.

Traits§

Stream
A stream of values produced asynchronously in pure async/await.
StreamExt
Stream extensions.

Functions§

iter
Converts an Iterator into a Stream which is always ready to yield the next value.