Expand description
Wrappers for Tokio types that implement Stream.
Modulesยง
- errors
- Error types for the wrappers.
- interval ๐
- mpsc_
bounded ๐ - mpsc_
unbounded ๐ - tcp_
listener ๐ - unix_
listener ๐
Structsยง
- Interval
Stream - A wrapper around
Intervalthat implementsStream. - Receiver
Stream - A wrapper around
tokio::sync::mpsc::Receiverthat implementsStream. - TcpListener
Stream - A wrapper around
TcpListenerthat implementsStream. - Unbounded
Receiver Stream - A wrapper around
tokio::sync::mpsc::UnboundedReceiverthat implementsStream. - Unix
Listener Stream - A wrapper around
UnixListenerthat implementsStream.