Trait grid_search_cardinal_best::BestSearch[][src]

pub trait BestSearch {
    fn is_at_max_depth(&self, depth: Depth) -> bool;
fn can_enter_initial_updating_best(&mut self, start_coord: Coord) -> bool;
fn best_coord(&self) -> Option<Coord>; fn can_step_updating_best(&mut self, step: Step) -> bool { ... } }

Required methods

Provided methods

Implementors