Type Definition sylt_common::RustFunction[][src]

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

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