Module wrappers

Module wrappers 

Source
Expand description

Wrappers for Tokio types that implement Stream.

Modules§

errors
Error types for the wrappers.

Structs§

IntervalStream
A wrapper around Interval that implements Stream.
LinesStream
A wrapper around tokio::io::Lines that implements Stream.
ReadDirStream
A wrapper around tokio::fs::ReadDir that implements Stream.
ReceiverStream
A wrapper around tokio::sync::mpsc::Receiver that implements Stream.
SplitStream
A wrapper around tokio::io::Split that implements Stream.
UnboundedReceiverStream
A wrapper around tokio::sync::mpsc::UnboundedReceiver that implements Stream.