Module web_tools::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§