script::dom::bindings

Module callback

source
Expand description

Base classes to work with IDL callbacks.

Structsยง

  • CallSetup ๐Ÿ”’
    A class that performs whatever setup we need to safely make a call while this class is on the stack. After new returns, the call is safe to make.
  • CallbackFunction ๐Ÿ”’
    A common base class for representing IDL callback function types.
  • CallbackInterface ๐Ÿ”’
    A common base class for representing IDL callback interface types.
  • CallbackObject ๐Ÿ”’
    A common base class for representing IDL callback function and callback interface types.

Enumsยง

Traitsยง

Functionsยง