Module fedimint_core::util::broadcaststream
source · Expand description
Copied from tokio_stream 0.1.12 to use our optional Send bounds
Structs§
- A wrapper around
tokio::sync::broadcast::Receiverthat implementsStream.
Enums§
- An error returned from the inner stream of a
BroadcastStream.