pub type BroadcastMapSendError<T> = SendError<T>;Expand description
Represents an error that occurs when attempting to send a message via a broadcast channel within a map.
Aliased Type§
pub struct BroadcastMapSendError<T>(pub T);Tuple Fields§
§0: T