Skip to main content

Module wrappers

Module wrappers 

Available on crate feature std only.
Expand description

Wrappers for Tokio types that implement Stream.

Modules§

errors
Error types for the wrappers.

Structs§

BroadcastStream
A wrapper around tokio::sync::broadcast::Receiver that implements Stream.
IntervalStream
A wrapper around Interval that implements Stream.
LinesStream
A wrapper around tokio::io::Lines that implements Stream.
ReadDirStream
A wrapper around tokio::fs::ReadDir that implements Stream.
ReceiverStream
A wrapper around tokio::sync::mpsc::Receiver that implements Stream.
SignalStream
A wrapper around Signal that implements Stream.
SplitStream
A wrapper around tokio::io::Split that implements Stream.
TcpListenerStream
A wrapper around TcpListener that implements Stream.
UnboundedReceiverStream
A wrapper around tokio::sync::mpsc::UnboundedReceiver that implements Stream.
UnixListenerStream
A wrapper around UnixListener that implements Stream.
WatchStream
A wrapper around tokio::sync::watch::Receiver that implements Stream.