Function astar::astar [-] [+] [src]

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