pub trait TimerCallback {
    // Required method
    fn rt_thread(&mut self);
}

Required Methods§

source

fn rt_thread(&mut self)

Implementors§