Skip to main content

invalid

Function invalid 

pub const fn invalid<IT, H>(
    _context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>
where IT: InterpreterTypes, H: ?Sized,
Expand description

Invalid opcode. This opcode halts the execution.