Expand description
Function and request definitions for the plugin system.
This module defines the core function and request types that enable communication between plugins and the host application.
Structs§
- Arg
- Represents a function argument with name and type.
- Dynamic
Function - A dynamic function that can be called at runtime.
- Request
- Represents a function request that plugins must implement.
Traits§
- Function
- Trait for defining callable functions in the plugin system.
Type Aliases§
- Function
Output - Standard output type for dynamic functions.