Module futures_util::try_stream [−][src]
Streams
This module contains a number of functions for working with Streams
s
that return Result
s, allowing for short-circuiting computations.
Structs
TryCollect |
A future which attempts to collect all of the values of a stream. |
Traits
TryStreamExt |
Adapters specific to |