Module adapters

Source
Expand description

Adapters for Streams created by methods in StreamExt.

Structsยง

Chain
Stream returned by the chain method.
ChunksTimeouttime
Stream returned by the chunks_timeout method.
Filter
Stream returned by the filter method.
FilterMap
Stream returned by the filter_map method.
Fuse
Stream returned by fuse().
Map
Stream for the map method.
MapWhile
Stream for the map_while method.
Merge
Stream returned by the merge method.
Peekable
Stream returned by the peekable method.
Skip
Stream for the skip method.
SkipWhile
Stream for the skip_while method.
Take
Stream for the take method.
TakeWhile
Stream for the take_while method.
Then
Stream for the then method.
Timeouttime
Stream returned by the timeout method.
TimeoutRepeatingtime
Stream returned by the timeout_repeating method.