Type Definition yrs::Attributes
source · [−]pub type Attributes = Attributes<'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.