pub type SkelShortPath = ShortPath<usize, usize>;
A short path in a graph with skeletal vertex and edge sets.
enum SkelShortPath { Zero(usize), One(usize), }
Path of length zero.
Path of length one.