pub type BroadcastSendError<T> = SendError<T>;Expand description
Re-exports constants, structs, traits, and types from the broadcast module.
Represents an error that occurs when attempting to send a message via broadcast.
Aliased Type§
pub struct BroadcastSendError<T>(pub T);Tuple Fields§
§0: T