Expand description
Base classes to work with IDL callbacks.
Structs§
- 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
Functions§
- call_
setup - A function wrapper that performs whatever setup we need to safely make a call.