pulley_interpreter::decode::operands

Function call

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