Expand description
Re-export of tokio_stream
crate.
Modules§
- adapters
- Adapters for
Stream
s created by methods inStreamExt
. - wrappers
- Wrappers for Tokio types that implement
Stream
.
Structs§
- Elapsed
- Error returned by
Timeout
andTimeoutRepeating
. - Empty
- Stream for the
empty
function. - Iter
- Stream for the
iter
function. - Once
- Stream for the
once
function. - Pending
- Stream for the
pending
function. - Stream
Map - Combine many streams into one, indexing each source stream with a unique key.
- Stream
Notify Close - A
Stream
that wraps the values in anOption
. - Timeout
- Stream returned by the
timeout
method.
Traits§
- From
Stream - Convert from a
Stream
. - Stream
- A stream of values produced asynchronously.
- Stream
Ext - An extension trait for the
Stream
trait that provides a variety of convenient combinator functions.