Type Alias cambridge_asm::exec::ExecFunc

source ·
pub type ExecFunc = fn(_: &mut Context, _: &Op) -> RtResult;
Expand description

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