Type Definition tp_sandbox::HostFuncType[][src]

type HostFuncType<T> = fn(_: &mut T, _: &[Value]) -> Result<ReturnValue, HostError>;

Function pointer for specifying functions by the supervisor in EnvironmentDefinitionBuilder.