pub const fn instruction<WIRE: InterpreterTypes, H: Host + ?Sized>(
opcode: u8,
) -> Instruction<WIRE, H>
Expand description
Returns the instruction function for the given opcode and spec.
pub const fn instruction<WIRE: InterpreterTypes, H: Host + ?Sized>(
opcode: u8,
) -> Instruction<WIRE, H>
Returns the instruction function for the given opcode and spec.