Skip to main content

Path

Type Alias Path 

Source
pub type Path = Vec<usize>;
Available on crate feature tree only.
Expand description

A type alias for a path in the tree, represented as a sequence of indices.

Aliased Typeยง

pub struct Path { /* private fields */ }