Skip to main content

HasStarterCut

Trait HasStarterCut 

Source
pub trait HasStarterCut {
    // Required method
    fn starter_cut(&self) -> &StarterCut;
}
Expand description

Trait for game states that have a starter card.

Required Methods§

Source

fn starter_cut(&self) -> &StarterCut

Returns the current starter card.

Implementors§