game_solver::player

Trait TwoPlayer

source
pub trait TwoPlayer: Player {
    // Provided method
    fn other(self) -> Self { ... }
}
Expand description

Represents a two player player.

Provided Methods§

source

fn other(self) -> Self

Gets the other player

Object Safety§

This trait is not object safe.

Implementors§