Expand description
Base classes to work with IDL callbacks.
Structs§
- Call
Setup - 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. - Callback
Function - A common base class for representing IDL callback function types.
- Callback
Interface - A common base class for representing IDL callback interface types.
- Callback
Object - A common base class for representing IDL callback function and callback interface types.
Enums§
- Exception
Handling - The exception handling used for a call.
Traits§
- Callback
Container - A trait to be implemented by concrete IDL callback function and callback interface types.
- This
Reflector