pub trait EncodeInstruction {
    fn encode_instruction(&self) -> [u8; 4];
}
Expand description

Types that can be encoded into bytecode.

Required Methods§

Implementations on Foreign Types§

Implementors§