Expand description
Wrappers for Tokio types that implement Stream
.
Modules§
- errors
- Error types for the wrappers.
Structs§
- Receiver
Stream - A wrapper around
tokio::sync::mpsc::Receiver
that implementsStream
. - TcpListener
Stream - A wrapper around
TcpListener
that implementsStream
. - Unbounded
Receiver Stream - A wrapper around
tokio::sync::mpsc::UnboundedReceiver
that implementsStream
. - Unix
Listener Stream - A wrapper around
UnixListener
that implementsStream
.