pub type HostFuncType<T> = fn(&mut T, &[Value]) -> Result<ReturnValue, HostError>;Expand description
Function pointer for specifying functions by the
supervisor in EnvironmentDefinitionBuilder.
pub type HostFuncType<T> = fn(&mut T, &[Value]) -> Result<ReturnValue, HostError>;Function pointer for specifying functions by the
supervisor in EnvironmentDefinitionBuilder.