script::dom::bindings

Module like

Source
Expand description

Implementation of setlike<...> and maplike<..., ...> WebIDL declarations.

Traitsยง

  • Maplike ๐Ÿ”’
    Every Maplike dom_struct must implement this to provide access to underlying storage so codegen can automatically generate all maplike methods
  • Setlike ๐Ÿ”’
    Every Setlike dom_struct must implement this to provide access to underlying storage so codegen can automatically generate all setlike methods