[−][src]Module futures_util::try_stream
Streams
This module contains a number of functions for working with Streamss
that return Results, allowing for short-circuiting computations.
Structs
| ErrInto | Stream for the |
| IntoAsyncRead | An |
| IntoStream | Stream for the |
| MapErr | Stream for the |
| MapOk | Stream for the |
| TryBufferUnordered | Stream for the
|
| TryCollect | Future for the |
| TryConcat | Future for the |
| TryFilterMap | Stream for the |
| TryFold | Future for the |
| TryForEach | Future for the |
| TryForEachConcurrent | Future for the
|
| TryNext | Future for the |
| TrySkipWhile | Stream for the |
Traits
| TryStreamExt | Adapters specific to |