pub type RustFunction = fn(RuntimeContext<'_>) -> Result<Value, RuntimeError>;
Expand description
A linkable external function. Created either manually or using sylt_macro::extern_function.
pub type RustFunction = fn(RuntimeContext<'_>) -> Result<Value, RuntimeError>;
A linkable external function. Created either manually or using sylt_macro::extern_function.