Type Alias 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 */ }