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 */ }pub type PathExpr = Vec<PathSegment>;A path expression - a sequence of PathSegments navigating a
hierarchical document.
pub struct PathExpr { /* private fields */ }