Module iter

Source
Expand description

Help iterating of things

Some types in the Web APIs are kind of iterable, but don’t support Rust’s iterator concept. These helpers can be wrapped around those types, and implement IntoIterator.

Structs§

IterableHtmlCollection
Allow iterating over an [HtmlCollection].
IterableNodeList
Allow iterating over a [NodeList].