ValueOpcode

Trait ValueOpcode 

Source
pub trait ValueOpcode {
    // Required method
    fn opcode(&self) -> Opcode;
}

Required Methods§

Source

fn opcode(&self) -> Opcode

Implementors§