XMLPath

Type Alias XMLPath 

Source
pub type XMLPath = Vec<XMLPathItem>;
Expand description

A Path is an array of Steps or Strings

Aliased Typeยง

pub struct XMLPath { /* private fields */ }