Module adapters

Source
Expand description

Adapters for Streams created by methods in StreamExt.

Structs§

Chain
Stream returned by the chain 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.