Trait kernel::hil::radio::PowerClient [] [src]

pub trait PowerClient {
    fn changed(&self, on: bool);
}

Required Methods

Implementors