pub trait IOp: Display {
// Required method
fn get_name(&self) -> &'static str;
}
Expand description
Interface for printable opcode.
pub trait IOp: Display {
// Required method
fn get_name(&self) -> &'static str;
}
Interface for printable opcode.