pub type PlayDTO = (PlayerDTO, CardDTO);
A tuple representing a single play in the game: the player and the card they played.