HostFuncType

Type Alias HostFuncType 

Source
pub type HostFuncType<T> = fn(&mut T, &[Value]) -> Result<ReturnValue, HostError>;
Expand description

Function pointer for specifying functions by the supervisor in EnvironmentDefinitionBuilder.