Type Definition cambridge_asm::exec::OpFun

source · []
pub type OpFun = fn(_: &mut Context, _: &Op) -> PasmResult;