RustFunction

Type Alias RustFunction 

Source
pub type RustFunction = fn(RuntimeContext<'_>) -> Result<Value, RuntimeError>;
Expand description

A linkable external function. Created either manually or using sylt_macro::extern_function.