pub type Path = Vec<usize>;
tree
A type alias for a path in the tree, represented as a sequence of indices.
pub struct Path { /* private fields */ }