Skip to main content

stop

Function stop 

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

Stop opcode. This opcode halts the execution.