[][src]Trait grid_search_cardinal_best::BestSearch

pub trait BestSearch {
    fn is_at_max_depth(&self, depth: Depth) -> bool;
fn can_enter_updating_best(&mut self, coord: Coord) -> bool;
fn best_coord(&self) -> Option<Coord>; }

Required methods

fn is_at_max_depth(&self, depth: Depth) -> bool

fn can_enter_updating_best(&mut self, coord: Coord) -> bool

fn best_coord(&self) -> Option<Coord>

Loading content...

Implementors

Loading content...