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§
- Iterable
Html Collection - Allow iterating over an [
HtmlCollection
]. - Iterable
Node List - Allow iterating over a [
NodeList
].