Type Alias minidom::element::NodesMut

source ·
pub type NodesMut<'a> = IterMut<'a, Node>;
Expand description

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

Aliased Type§

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