1
2
3
4
5
6
callback! {
    struct GameCallback {
        /// The requested game.
        game: String,
    } -> EventLoop::game_callback
}