pub type ApMessage = Message<AccessPointStateUpdatesProxy, ApStatesUpdate>;Aliased Type§
pub enum ApMessage {
NewListener(AccessPointStateUpdatesProxy),
NotifyListeners(ApStatesUpdate),
}Variants§
NewListener(AccessPointStateUpdatesProxy)
Sent if a new listener wants to register itself for future updates.
NotifyListeners(ApStatesUpdate)
Sent if an entity wants to notify all listeners about a state change.