Trait avr::addons::Addon [] [src]

pub trait Addon {
    fn tick(&mut self, core: &mut Core);
}

Required Methods

Implementors