Structs§
- Function
Call Args - ToolBox
- A toolbox is a collection of tools that can be called by name with arguments. Tools are Send and Sync. If this is not desired, use ToolBoxLocal.
- Tool
BoxLocal - A toolbox is a collection of tools that can be called by name with arguments. Tool does not need to be Send or Sync, see ToolBox if needed.
Enums§
- Function
Call Error - An error related to dynamically calling a function, not runing the function. Either there was an error parsing the arguments or the function did not exist.
- Function
Call Parsing Error
Traits§
- Tool
- Tools in a struct/enum