Elements

Type Alias Elements 

Source
pub type Elements<'a> = Vec<Element<'a>>;
Expand description

Represents a list of unstructured XML elements.

Aliased Typeยง

pub struct Elements<'a> { /* private fields */ }