macro_rules! instr_error {
($instruction:expr, $error_kind:expr) => { ... };
}Expand description
Allows you to shorten the expression creates a new InstructionError.
macro_rules! instr_error {
($instruction:expr, $error_kind:expr) => { ... };
}Allows you to shorten the expression creates a new InstructionError.