Skip to main content

WildPath

Type Alias WildPath 

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

Wildcard position path: indices to navigate from matched root to wildcard node. First index uses nth_sibling (sibling offset), rest use nth_child (child position).

Aliased Typeยง

pub struct WildPath { /* private fields */ }