Type Definition yrs::Attributes[][src]

pub type Attributes = Attributes<'static, 'static>;
Expand description

Iterator structure used by XML nodes (elements and text) to iterate over node’s attributes. Attribute iterators are unordered - there’s no specific order in which map entries will be returned during consecutive iterator calls.