minidom::element

Type Alias Nodes

Source
pub type Nodes<'a> = Iter<'a, Node>;
Expand description

An iterator over references to all child nodes of an Element.

Aliased Typeยง

struct Nodes<'a> { /* private fields */ }