pub trait PowerClient { // Required method fn changed(&self, on: bool); }
Client for callbacks when the radio’s power state changes.
The power state of the radio changed. This is called when the radio has turned on or off.
on