pub trait HasStarterCut {
// Required method
fn starter_cut(&self) -> &StarterCut;
}Expand description
Trait for game states that have a starter card.
Required Methods§
Sourcefn starter_cut(&self) -> &StarterCut
fn starter_cut(&self) -> &StarterCut
Returns the current starter card.