Expand description
Definition of the API offered to the plugins.
Enums§
- CTPError
- Errors that can occur during the conversion of structures between the host implementation and the plugins.
Traits§
- Connection
ToPlugin - A trait that needs to be implemented by the host implementation to provide plugins information from the host.
- ToPluginizable
Connection - A trait that must be implemented on structures that have pluginization features. This notably includes the connection itself, but also, e.g., the recovery structure.
Functions§
- get_
imports_ with - Gets the imports that are common to any implementation.