pulley_interpreter::decode::operands

Function jump

Source
pub fn jump<T: BytecodeStream>(pc: &mut T) -> Result<(PcRelOffset,), T::Error>
Available on crate feature decode only.