Module actix::fut::stream[][src]

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.

SkipWhile

Stream for the skip_while method.

StreamWrap
TakeWhile

Stream for the take_while method.

Then

Stream for the then method.

Timeout

Stream for the timeout method.

Traits

ActorStream

A stream of values, not all of which may have been produced yet.

ActorStreamExt
WrapStream

Helper trait that allows conversion of normal stream into ActorStream

Functions

wrap_stream

Converts normal stream into ActorStream