Type Definition ceres_executor::derive::HostFuncType [−][src]
type HostFuncType<T> = fn(_: &mut T, _: &[Value]) -> Result<ReturnValue>;
Expand description
Host function generic type
type HostFuncType<T> = fn(_: &mut T, _: &[Value]) -> Result<ReturnValue>;
Host function generic type