Function eval_pass

Source
pub fn eval_pass<S, H, Tr>(
    _machine: &mut Machine<S>,
    _handle: &mut H,
    _position: usize,
) -> Control<Tr>
Expand description

Do nothing, and continue to the next instruction.