Function astar::astar [] [src]

pub fn astar<S: SearchProblem>(s: &mut S) -> Option<VecDeque<S::Node>> where S::Node: Debug, S::Cost: Debug