Trait backgammon_simd::decision::MoveDecision
source · pub trait MoveDecision {
// Required method
fn choose(&mut self, player: Bw, moves: Vec<Board>) -> Board;
}pub trait MoveDecision {
// Required method
fn choose(&mut self, player: Bw, moves: Vec<Board>) -> Board;
}