Module tokio_stream::wrappers
source · Expand description
Wrappers for Tokio types that implement Stream.
Modules§
- Error types for the wrappers.
Structs§
- BroadcastStream
syncA wrapper aroundtokio::sync::broadcast::Receiverthat implementsStream. - CtrlBreakStream
signal - CtrlCStream
signal - IntervalStream
time - LinesStream
io-utilA wrapper aroundtokio::io::Linesthat implementsStream. - A wrapper around
tokio::fs::ReadDirthat implementsStream. - A wrapper around
tokio::sync::mpsc::Receiverthat implementsStream. - SignalStream
signal - SplitStream
io-utilA wrapper aroundtokio::io::Splitthat implementsStream. - A wrapper around
TcpListenerthat implementsStream. - A wrapper around
tokio::sync::mpsc::UnboundedReceiverthat implementsStream. - A wrapper around
UnixListenerthat implementsStream. - WatchStream
syncA wrapper aroundtokio::sync::watch::Receiverthat implementsStream.