Module function

Module function 

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

FunctionOutput
Standard output type for dynamic functions.