Module futures_core::stream [−][src]
Asynchronous streams.
Traits
FusedStream | A stream which tracks whether or not the underlying stream should no longer be polled. |
Stream | A stream of values produced asynchronously. |
TryStream | A convenience for streams that return |
Type Definitions
BoxStream | An owned dynamically typed |
LocalBoxStream |
|