Trait ApolloEmulator

Source
pub trait ApolloEmulator {
    // Required method
    fn boot(&self, rom_path: &Path);
}

Required Methods§

Source

fn boot(&self, rom_path: &Path)

Implementors§