Module tokio_stream::wrappers
source · Expand description
Wrappers for Tokio types that implement Stream
.
Modules§
- Error types for the wrappers.
Structs§
- A wrapper around
tokio::sync::broadcast::Receiver
that implementsStream
. - A wrapper around
tokio::fs::ReadDir
that implementsStream
. - A wrapper around
tokio::sync::mpsc::Receiver
that implementsStream
. - A wrapper around
TcpListener
that implementsStream
. - A wrapper around
tokio::sync::mpsc::UnboundedReceiver
that implementsStream
. - A wrapper around
UnixListener
that implementsStream
. - A wrapper around
tokio::sync::watch::Receiver
that implementsStream
.