Module api

Module api 

Source
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§

ConnectionToPlugin
A trait that needs to be implemented by the host implementation to provide plugins information from the host.
ToPluginizableConnection
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.