Type Definition disasm6502::error::Result[][src]

type Result<T> = Result<T, Disasm6502Error>;

Result type used throughout the crate.