Module tokio_stream::wrappers 
source · Expand description
Wrappers for Tokio types that implement Stream.
Modules
Error types for the wrappers.
Structs
BroadcastStream
syncA wrapper around 
tokio::sync::broadcast::Receiver that implements Stream.CtrlBreakStreamWindows and 
signalCtrlCStreamWindows and 
signalIntervalStream
timeLinesStream
io-utilA 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 
signalSplitStream
io-utilA 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 
netA wrapper around 
UnixListener that implements Stream.WatchStream
syncA wrapper around 
tokio::sync::watch::Receiver that implements Stream.