Enum pleco::engine::Winner [] [src]

pub enum Winner {
    PlayerOne,
    PlayerTwo,
    Draw,
}

Variants