[][src]Module tokio_stream::wrappers

Wrappers for Tokio types that implement Stream.

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.