Module tokio_stream::wrappers[][src]

Wrappers for Tokio types that implement Stream.

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

Modules

errors

Error types for the wrappers.

Structs

IntervalStream

A wrapper around Interval that implements Stream.

ReceiverStream

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

UnboundedReceiverStream

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