Module tokio_stream::wrappers
source · [−]Expand description
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
Error types for the wrappers.
Structs
A wrapper around tokio::sync::mpsc::Receiver
that implements Stream
.
A wrapper around tokio::sync::mpsc::UnboundedReceiver
that implements Stream
.