Enum zero_sum::impls::tic_tac_toe::Resolution [] [src]

pub enum Resolution {
    Win(Mark),
    CatsGame,
}

Either a win or a cat's game.

Variants

Trait Implementations

impl Resolution for Resolution
[src]

Returns the index of the winning player if this Resolution represents a win.

impl Debug for Resolution
[src]

Formats the value using the given formatter.