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

This is supported on crate feature sync only.

Broadcast error types

Structs

SendError

Error returned by from the send function on a Sender.

Enums

RecvError

An error returned from the recv function on a Receiver.

TryRecvError

An error returned from the try_recv function on a Receiver.