pub trait EncodeInstruction {
// Required method
fn encode_instruction(&self, bytes: &mut [u8; 4]);
}Expand description
Types that can be encoded into bytecode.
pub trait EncodeInstruction {
// Required method
fn encode_instruction(&self, bytes: &mut [u8; 4]);
}Types that can be encoded into bytecode.