Skip to main content

ExecFunc

Type Alias ExecFunc 

Source
pub type ExecFunc = fn(&mut Context, &Op) -> RtResult;
Expand description

Function pointer of an instruction called with Context and Op at runtime