pub trait PowerClient {
// Required method
fn changed(&self, on: bool);
}
Expand description
Client for callbacks when the radio’s power state changes.
pub trait PowerClient {
// Required method
fn changed(&self, on: bool);
}
Client for callbacks when the radio’s power state changes.