Expand description
Plugin lifecycle hooks for Tessera platform integrations.
Structs§
- Plugin
Context - 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§
- Plugin
Result - The result type used by plugin lifecycle hooks.