pub fn eval_any<S, H, Tr>(
machine: &mut Machine<S>,
handle: &mut H,
position: usize,
) -> Control<Tr>where
S: AsRef<RuntimeState> + AsMut<RuntimeState> + AsRef<RuntimeConfig> + GasState,
H: RuntimeEnvironment + RuntimeBackend,
Tr: From<CallCreateTrap>,
Expand description
Eval any known opcode, uses match
.