Type Alias rustyscript::RsFunction

source ยท
pub type RsFunction = fn(_: &FunctionArguments, _: &mut OpState) -> Result<Value, Error>;
Expand description

Callback type for rust callback functions