Expand description
Wrappers for Tokio types that implement Stream
.
Modules§
- errors
- Error types for the wrappers.
Structs§
- Broadcast
Stream sync
- A wrapper around
tokio::sync::broadcast::Receiver
that implementsStream
. - Ctrl
Break Stream signal
- A wrapper around
CtrlBreak
that implementsStream
. - CtrlC
Stream signal
- A wrapper around
CtrlC
that implementsStream
. - Interval
Stream time
- A wrapper around
Interval
that implementsStream
. - Lines
Stream io-util
- A wrapper around
tokio::io::Lines
that implementsStream
. - Read
DirStream fs
- A wrapper around
tokio::fs::ReadDir
that implementsStream
. - Receiver
Stream - A wrapper around
tokio::sync::mpsc::Receiver
that implementsStream
. - Split
Stream io-util
- A wrapper around
tokio::io::Split
that implementsStream
. - TcpListener
Stream net
- A wrapper around
TcpListener
that implementsStream
. - Unbounded
Receiver Stream - A wrapper around
tokio::sync::mpsc::UnboundedReceiver
that implementsStream
. - Watch
Stream sync
- A wrapper around
tokio::sync::watch::Receiver
that implementsStream
.