Trait monster::path_exploration::ExplorationStrategy[][src]

pub trait ExplorationStrategy {
    fn choose_path(&self, branch1: u64, branch2: u64) -> u64;
}

Required methods

Implementors