Enum bbt::Outcome
[−]
[src]
pub enum Outcome {
Win,
Loss,
Draw,
}Outcome represents the outcome of a head-to-head duel between two players.
Variants
Win | The first player won the game |
Loss | The first player lost the game |
Draw | Neither player won |