Searched refs:GameT (Results 1 – 2 of 2) sorted by relevance
48 pub fn unpack(&self) -> GameT { in unpack() argument50 GameT { in unpack()118 pub(crate) struct GameT { struct121 impl Default for GameT { argument128 impl GameT { impl
110 Game(Box<GameT>),134 pub fn take_game(&mut self) -> Option<Box<GameT>> { in take_game() argument147 pub fn as_game(&self) -> Option<&GameT> { in as_game() argument151 pub fn as_game_mut(&mut self) -> Option<&mut GameT> { in as_game_mut() argument