pub type BroadcastReceiver = Receiver<Broadcast>;Expand description
Channel for broadcasting events. Subscribing to this channel is equivalent to “wpa_ctrl_attach”. Can be temporarily silenced using broadcast::Receiver’s unsubscribe
Aliased Type§
pub struct BroadcastReceiver { /* private fields */ }