pub fn update_boxed_instruction<'a, H, F>(
instruction: &mut BoxedInstruction<'a, H>,
f: F,
)
Expand description
Updates a boxed instruction with a new one.
pub fn update_boxed_instruction<'a, H, F>(
instruction: &mut BoxedInstruction<'a, H>,
f: F,
)
Updates a boxed instruction with a new one.