Trait radio::RadioState[][src]

pub trait RadioState {
    fn idle() -> Self;
fn sleep() -> Self; }

Required methods

fn idle() -> Self[src]

fn sleep() -> Self[src]

Loading content...

Implementors

impl RadioState for MockState[src]

Loading content...