Skip to main content

PathExpr

Type Alias PathExpr 

Source
pub type PathExpr = Vec<PathSegment>;
Expand description

A path expression - a sequence of PathSegments navigating a hierarchical document.

Aliased Typeยง

pub struct PathExpr { /* private fields */ }