Module tokio_stream::wrappers
source · Expand description
Wrappers for Tokio types that implement Stream
.
Modules
Error types for the wrappers.
Structs
BroadcastStream
sync
A wrapper around
tokio::sync::broadcast::Receiver
that implements Stream
.CtrlBreakStreamWindows and
signal
CtrlCStreamWindows and
signal
IntervalStream
time
LinesStream
io-util
A wrapper around
tokio::io::Lines
that implements Stream
.A wrapper around
tokio::fs::ReadDir
that implements Stream
.A wrapper around
tokio::sync::mpsc::Receiver
that implements Stream
.SignalStreamUnix and
signal
SplitStream
io-util
A wrapper around
tokio::io::Split
that implements Stream
.A wrapper around
TcpListener
that implements Stream
.A wrapper around
tokio::sync::mpsc::UnboundedReceiver
that implements Stream
.UnixListenerStreamUnix and
net
A wrapper around
UnixListener
that implements Stream
.WatchStream
sync
A wrapper around
tokio::sync::watch::Receiver
that implements Stream
.