[−][src]Trait ggpf::game::SingleWinner
Non-cooperative games.
Required methods
fn winner(&self) -> Option<Self::Player>
Returns the winner of the game, or None if no one has won yet.
Non-cooperative games.
fn winner(&self) -> Option<Self::Player>Returns the winner of the game, or None if no one has won yet.
impl SingleWinner for Breakthrough[src]impl<G: SingleWinner + Clone + Sync + Send> SingleWinner for WithHistory<G>[src]