Type Definition minidom::element::Nodes

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

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