Structs§
- Collect
- Future for the
collectmethod. - Finish
- Future for the
finishmethod. - Fold
- Stream for the
foldmethod. - Map
- Stream for the
mapmethod. - Skip
While - Stream for the
skip_whilemethod. - Stream
Wrap - Take
While - Stream for the
take_whilemethod. - Then
- Stream for the
thenmethod. - Timeout
- Stream for the
timeoutmethod.
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