pub type Instruction = u64;
Trait Implementations§
Source§impl From<TaggedInstruction> for Instruction
impl From<TaggedInstruction> for Instruction
Source§fn from(t: TaggedInstruction) -> Self
fn from(t: TaggedInstruction) -> Self
Converts to this type from the input type.