Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
type E = anyhow::Error;
type Insn = MgmtGameInstruction; // xxx MGI
-type Resp = MgmtGameResponse; // xxx MGR
type AS = AccountScope;
type APE = ArgumentParseError;
type TP = TablePermission;
}
responses
}
-
+/*
fn get_info(&mut self) -> Result<
(MgmtGameResponseGameInfo, HashMap<String,PlayerId>
),AE>
}
Ok((info, nick2id))
}
-
+*/
#[throws(AE)]
fn get_pieces(&mut self) -> Vec<MgmtGamePieceInfo> {
let insns = vec![ MgmtGameInstruction::ListPieces ];