Struct obozrenie_core::GameTable [] [src]

pub struct GameTable {
    pub data: HashMap<String, GameEntry>,
}

Fields