Type Alias rustyscript::RsFunction
source ยท pub type RsFunction = fn(_: &FunctionArguments, _: &mut OpState) -> Result<Value, Error>;Expand description
Callback type for rust callback functions
pub type RsFunction = fn(_: &FunctionArguments, _: &mut OpState) -> Result<Value, Error>;Callback type for rust callback functions