Module futures_util::try_stream [−][src]
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 |
| MapErr |
Stream for the |
| MapOk |
Stream for the |
| TryCollect |
A future which attempts to collect all of the values of a stream. |
| TryForEach |
A stream combinator which attempts to execute an async closure over each future in a stream. |
| TryNext |
A future which attempts to collect all of the values of a stream. |
Traits
| TryStreamExt |
Adapters specific to |