[][src]Type Definition z80emu::host::Result

type Result<O, R> = Result<(), BreakCause<O, R>>;

The type returned from some of the Cpu trait methods.