Module ex_futures::stream [] [src]

Structs

FindFirst
FindFirstMap
Fork
UnsyncCloneable

A cloneable stream being created by into_cloneable function. You can clone this stream as you want. Each cloned stream is also cloneable.

Enums

Side

Traits

StreamExt

Functions

fork

Fork given stream in accordance with a given closure. A closure may return bool. In that case an item which is stamped as true is in LeftFork and vice versa. Or you can simply return Side enum.

Type Definitions

AsErr
LeftFork
RightFork