HostFuncType

Type Alias HostFuncType 

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

Host function generic type