pub type TreePath = Vec<usize>;
Path to a node in a tree (indices at each level).
pub struct TreePath { /* private fields */ }