Skip to main content

HostFunction

Type Alias HostFunction 

Source
pub type HostFunction = Arc<dyn Fn(&mut Vm, Vec<Value>) -> Result<Vec<Value>, ScriptError> + Send + Sync>;
Expand description

A Rust function callable from scripts.

Aliased Typeยง

pub struct HostFunction { /* private fields */ }