Module tokio_stream::wrappers[][src]

Wrappers for Tokio types that implement Stream.

You are viewing documentation built under windows. To view unix-specific wrappers, change to the x86_64-unknown-linux-gnu platform.

Modules

errors

Error types for the wrappers.

Structs

BroadcastStreamsync

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

CtrlBreakStreamWindows and signal

A wrapper around CtrlBreak that implements Stream.

CtrlCStreamWindows and signal

A wrapper around CtrlC 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.

WatchStreamsync

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