Expand description
Wrappers for Tokio types that implement Stream
.
Modules§
- errors
- Error types for the wrappers.
Structs§
- Interval
Stream - A wrapper around
Interval
that implementsStream
. - Read
DirStream - A wrapper around
tokio::fs::ReadDir
that implementsStream
. - 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
.