Module plugin

Module plugin 

Source
Expand description

Plugin lifecycle hooks for Tessera platform integrations.

Structs§

PluginContext
Platform context shared with plugins during lifecycle events.

Traits§

Plugin
Lifecycle hooks for platform plugins.

Functions§

register_plugin
Registers a plugin instance for the current process.
register_plugin_boxed
Registers a plugin instance wrapped in an Arc<RwLock<_>>.
with_plugin
Provides access to the registered plugin instance.
with_plugin_mut
Provides mutable access to the registered plugin instance.

Type Aliases§

PluginResult
The result type used by plugin lifecycle hooks.