Trait agb::Testable[][src]

pub trait Testable {
    fn run(&self, gba: &mut Gba);
}

Required methods

Implementors