Trait red4ext_rs::types::Instr

source ·
pub trait Instr: Sealed {
    const OPCODE: u8;
}
Expand description

A trait for types that correspond to bytecode instructions.

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§