Module callback

Module callback 

Source
Expand description

Base classes to work with IDL callbacks.

Structs§

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§

ExceptionHandling
The exception handling used for a call.

Traits§

CallbackContainer
A trait to be implemented by concrete IDL callback function and callback interface types.
ThisReflector

Functions§

call_setup
A function wrapper that performs whatever setup we need to safely make a call.
wrap_call_this_value 🔒
Wraps the reflector for p into the realm of cx.