pub type DefaultData<ID, N, I, D> = (HashMap<N, I>, BinHeap<N, D, ID>);
The default data structures to be used in an A* search.