Skip to main content

TreePath

Type Alias TreePath 

Source
pub type TreePath = Vec<usize>;
Expand description

Path to a node in a tree (indices at each level).

Aliased Typeยง

pub struct TreePath { /* private fields */ }