GamesMap

Type Alias GamesMap 

Source
pub type GamesMap = HashMap<GameID, HashSet<SocketID>>;
Expand description

A HashMap of GameIDs and the playing SocketIDs

Aliased Typeยง

pub struct GamesMap { /* private fields */ }