Structs§
- Collect
- Future for the
collect
method. - Finish
- Future for the
finish
method. - Fold
- Stream for the
fold
method. - Map
- Stream for the
map
method. - Skip
While - Stream for the
skip_while
method. - Stream
Wrap - Take
While - Stream for the
take_while
method. - Then
- Stream for the
then
method. - Timeout
- Stream for the
timeout
method.
Traits§
- Actor
Stream - A stream of values, not all of which may have been produced yet.
- Actor
Stream Ext - Wrap
Stream - Helper trait that allows conversion of normal stream into
ActorStream
Functions§
- wrap_
stream - Converts normal stream into
ActorStream