Module tokio_stream::wrappers
source ยท Expand description
Wrappers for Tokio types that implement Stream
.
Modulesยง
- Error types for the wrappers.
- interval ๐
- mpsc_bounded ๐
- mpsc_unbounded ๐
- tcp_listener ๐
- unix_listener ๐
Structsยง
- 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
.