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
| AndThen | Stream for the |
| ErrInto | Stream for the |
| InspectErr | Stream for the |
| InspectOk | Stream for the |
| IntoStream | Stream for the |
| MapErr | Stream for the |
| MapOk | Stream for the |
| OrElse | Stream for the |
| TryBufferUnordered | Stream for the
|
| TryCollect | Future for the |
| TryConcat | Future for the |
| TryFilter | Stream for the |
| TryFilterMap | Stream for the |
| TryFlatten | Stream for the |
| TryFold | Future for the |
| TryForEach | Future for the |
| TryForEachConcurrent | Future for the
|
| TryNext | Future for the |
| TrySkipWhile | Stream for the |
Traits
| TryStream | A convenience for streams that return |
| TryStreamExt | Adapters specific to |