Module tokio::sync::broadcast::error[][src]

This is supported on crate feature sync only.
Expand description

Broadcast error types

Structs

Error returned by from the send function on a Sender.

Enums

An error returned from the recv function on a Receiver.

An error returned from the try_recv function on a Receiver.