[][src]Type Definition z80emu::CpuDebugFn

type CpuDebugFn = fn(_: CpuDebug);

This type can be passed to Cpu methods that require a debug argument.

E.g.:

This example is not tested
cpu.execute_instruction::<_,_,CpuDebugFn>(control, clock, None, code)