Type Definition minidom::element::NodesMut [] [src]

type NodesMut<'a> = IterMut<'a, Node>;

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