script_bindings

Module iterable

Source
Expand description

Implementation of iterable<...> and iterable<..., ...> WebIDL declarations.

Structs§

Enums§

  • The values that an iterator will iterate over.

Constants§

Traits§

  • A DOM object that can be iterated over using a pair value iterator.
  • A version of the IDLInterface trait that is specific to types that have iterators defined for them. This allows the script 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§