Expand description
Implementation of iterable<...>
and iterable<..., ...>
WebIDL declarations.
Structsยง
- Iterable
Iterator ๐An iterator over the iterable entries of a given DOM interface.
Enumsยง
- Iterator
Type ๐The values that an iterator will iterate over.
Constantsยง
Traitsยง
- Iterable ๐A DOM object that can be iterated over using a pair value iterator.
- Iterator
Derives ๐A version of the [IDLInterface] trait that is specific to types that have iterators defined for them. This allows thescript
crate to define the derives check for the concrete interface type, while the [IteratableIterator] type defined in this module can be parameterized over an unknown generic.
Functionsยง
- dict_
return ๐ - key_
and_ ๐value_ return