Type Alias scraper::node::AttributesIter

source ·
pub type AttributesIter<'a> = Iter<'a, QualName, StrTendril>;
Expand description

An iterator over a node’s attributes.

Aliased Type§

struct AttributesIter<'a> { /* private fields */ }