Expand description
Wrappers for Tokio types that implement Stream
.
Modules§
- errors
- Error types for the wrappers.
Structs§
- Interval
Stream - A wrapper around
Interval
that implementsStream
. - Receiver
Stream - A wrapper around
tokio::sync::mpsc::Receiver
that implementsStream
. - Unbounded
Receiver Stream - A wrapper around
tokio::sync::mpsc::UnboundedReceiver
that implementsStream
.