Skip to main content

PlayDTO

Type Alias PlayDTO 

Source
pub type PlayDTO = (PlayerDTO, CardDTO);
Expand description

A tuple representing a single play in the game: the player and the card they played.