Expand description
Copied from tokio_stream
0.1.12 to use our optional Send bounds
Structs§
- Broadcast
Stream - A wrapper around
tokio::sync::broadcast::Receiver
that implementsStream
.
Enums§
- Broadcast
Stream Recv Error - An error returned from the inner stream of a
BroadcastStream
.