pub type AttributesIter<'a> = Iter<'a, QualName, AtomicStrTendril>;
Expand description
An iterator over a node’s attributes.
Aliased Type§
pub struct AttributesIter<'a> { /* private fields */ }
pub type AttributesIter<'a> = Iter<'a, QualName, AtomicStrTendril>;
An iterator over a node’s attributes.
pub struct AttributesIter<'a> { /* private fields */ }