Skip to main content

FnExecInstrArg

Type Alias FnExecInstrArg 

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

Fn pointer for an opcode execution logic with a single argument.