Module wrappers

Source
Expand description

Wrappers for Tokio types that implement Stream.

Modules§

errors
Error types for the wrappers.

Structs§

BroadcastStreamsync
A wrapper around tokio::sync::broadcast::Receiver that implements Stream.
IntervalStreamtime
A wrapper around Interval that implements Stream.
ReceiverStream
A wrapper around tokio::sync::mpsc::Receiver that implements Stream.
UnboundedReceiverStream
A wrapper around tokio::sync::mpsc::UnboundedReceiver that implements Stream.
WatchStreamsync
A wrapper around tokio::sync::watch::Receiver that implements Stream.