Crate cel_interpreter

source ·

Re-exports

Modules

Macros

Structs

  • FunctionCtx is a context object passed to functions when they are called. It contains references ot the target object (if the function is called as a method), the program context (Context) which gives functions access to variables, and the arguments to the function call.

Enums