pub trait PowerClient {
// Required method
fn changed(&self, on: bool);
}Expand description
Client for callbacks when the radio’s power state changes.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".