pub fn make_custom_instruction_table<W, H, FN, CI: CustomInstruction<Wire = W, Host = H>>(
table: &InstructionTable<W, H>,
f: FN,
) -> CustomInstructionTable<CI>
Expand description
Make boxed instruction table that calls f
closure for every instruction.