Module adapters

Module adapters 

Source

Structs§

Filter
A stream for the filter function.
FilterMap
A stream for the filter_map function.
FromFuture
An OrderedStream wrapper around an OrderedFuture.
FromSortedStream
An OrderedStream wrapper around a Stream.
FromStream
An OrderedStream wrapper around a Stream.
FromStreamDirect
An OrderedStream wrapper around a Stream.
IntoOrdering
A Stream for the into_ordering function.
IntoStream
A Stream for the into_stream function.
IntoTupleStream
A Stream for the into_tuple_stream function.
Map
A stream for the map function.
MapItem
A stream for the map_item function.
MapOrdering
A stream for the map_ordering function.
Next
A future for the next function.
NextBefore
A future for the next_before function.
Peekable
A stream for the peekable function.
Then
A stream for the then function.

Enums§

ThenItem 🔒

Traits§

OrderedStreamExt
Helpers for chaining OrderedStreams.