Enum bbt::Outcome [] [src]

pub enum Outcome {
    Win,
    Loss,
    Draw,
}

Outcome represents the outcome of a head-to-head duel between two players.

Variants

The first player won the game

The first player lost the game

Neither player won