pub type BroadcastMapSendError<T> = SendError<T>;Expand description
Re-exports structs, traits, and types from the broadcast_map module.
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