Type Definition extendable_vm::RawInstructionFn[][src]

pub type RawInstructionFn<Constant, Value> = fn(machine: &mut Machine<'_, Constant, Value>, args_ip: InstructionPointer) -> Result<(), Exception>;