pub type TreeIndex = NodeIndex;
Node index type used by the traversal tree graph.
pub struct TreeIndex(/* private fields */);