Skip to main content

NodePath

Type Alias NodePath 

Source
pub type NodePath = VecDeque<usize>;
Expand description

Tree node path.

Aliased Typeยง

pub struct NodePath { /* private fields */ }