Skip to main content

CardIdDTO

Type Alias CardIdDTO 

Source
pub type CardIdDTO = String;
Expand description

A string identifier for a card.

Examples include "AS" for Ace of Spades or "QD" for Queen of Diamonds.

Aliased Typeยง

pub struct CardIdDTO { /* private fields */ }