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.
CtrlBreakStreamsignal
A wrapper around CtrlBreak that implements Stream.
CtrlCStreamsignal
A wrapper around CtrlC that implements Stream.
IntervalStreamtime
A wrapper around Interval that implements Stream.
LinesStreamio-util
A wrapper around tokio::io::Lines that implements Stream.
ReadDirStreamfs
A wrapper around tokio::fs::ReadDir that implements Stream.
ReceiverStream
A wrapper around tokio::sync::mpsc::Receiver that implements Stream.
SplitStreamio-util
A wrapper around tokio::io::Split that implements Stream.
TcpListenerStreamnet
A wrapper around TcpListener 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.