[−][src]Module futures_core::stream
Asynchronous streams.
Structs
LocalStreamObj |
A custom trait object for polling streams, roughly akin to
|
StreamObj |
A custom trait object for polling streams, roughly akin to
|
Traits
Stream |
A stream of values produced asynchronously. |
TryStream |
A convenience for streams that return |
UnsafeStreamObj |
A custom implementation of a stream trait object for |