1pub trait SystemExecutionTraceApi<E> { 2 fn update_instruction_index(&mut self, new_index: usize) -> Result<(), E>; 3}