[][src]Trait olympia_core::instructions::Instruction

pub trait Instruction {
    fn definition() -> &'static InstructionDefinition
    where
        Self: Sized
;
fn numeric_opcode(&self) -> u8;
fn trailing_bytes(&self) -> Vec<u8>; }

Required methods

fn definition() -> &'static InstructionDefinition where
    Self: Sized

fn numeric_opcode(&self) -> u8

fn trailing_bytes(&self) -> Vec<u8>

Loading content...

Implementors

Loading content...