Expand description
Base classes to work with IDL callbacks.
Structs§
- 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. - A common base class for representing IDL callback function types.
- A common base class for representing IDL callback interface types.
- A common base class for representing IDL callback function and callback interface types.
Enums§
- The exception handling used for a call.
Traits§
- A trait to be implemented by concrete IDL callback function and callback interface types.
Functions§
- Wraps the reflector for
p
into the realm ofcx
.