Skip to main content

FnExecInstrSimple

Type Alias FnExecInstrSimple 

Source
pub type FnExecInstrSimple = fn(&mut VmState<'_>) -> VmResult<i32>;
Expand description

Fn pointer for a simple opcode execution logic.