pub type BroadcastSendError<T> = SendError<T>;
Represents an error that occurs when attempting to send a message via broadcast.
pub struct BroadcastSendError<T>(pub T);
0: T