Skip to main content

CodeNativeHandlerFn

Type Alias CodeNativeHandlerFn 

Source
pub type CodeNativeHandlerFn = unsafe extern "C" fn(particle: CodeValue) -> CodeValue;
Expand description

Native handler signature: fn(particle) -> CodeValue.