Module tokio_stream::wrappers[][src]

Wrappers for Tokio types that implement Stream.

Modules

errors

Error types for the wrappers.

Structs

BroadcastStreamsync

A wrapper around tokio::sync::broadcast::Receiver that implements Stream.

IntervalStreamtime

A wrapper around Interval that implements Stream.

LinesStreamio-util

A wrapper around tokio::io::Lines that implements Stream.

ReadDirStreamfs

A wrapper around tokio::fs::ReadDir that implements Stream.

ReceiverStream

A wrapper around tokio::sync::mpsc::Receiver that implements Stream.

SplitStreamio-util

A wrapper around tokio::io::Split that implements Stream.

TcpListenerStreamnet

A wrapper around TcpListener that implements Stream.

UnboundedReceiverStream

A wrapper around tokio::sync::mpsc::UnboundedReceiver that implements Stream.

UnixListenerStreamUnix and net

A wrapper around UnixListener that implements Stream.

WatchStreamsync

A wrapper around tokio::sync::watch::Receiver that implements Stream.