[][src]Module tokio_stream::wrappers

Wrappers for Tokio types that implement Stream.

Structs

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.