pub type MGR = MgmtGameResponse;Aliased Type§
pub enum MGR {
Fine,
Info(MgmtGameResponseGameInfo),
InsnMark(Box<[u8]>),
InsnExpanded,
Synch(Generation),
InternalPieceId(Option<PieceId>),
VisiblePieceId(Option<VisiblePieceId>),
Pieces {
pieces: Vec<MgmtGamePieceInfo>,
pcaliases: BTreeSet<String>,
},
JoinGame {
nick: String,
player: PlayerId,
token: AccessTokenReport,
},
PlayerAccessToken(AccessTokenReport),
}