[][src]Trait boom::Game

pub trait Game: Sized + 'static {
    fn start(self, config: GameConfig) -> ! { ... }
}

Provided methods

fn start(self, config: GameConfig) -> !

Loading content...

Implementors

Loading content...