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§

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