Trait SystemExecutionTraceApi

Source
pub trait SystemExecutionTraceApi<E> {
    // Required method
    fn update_instruction_index(&mut self, new_index: usize) -> Result<(), E>;
}

Required Methods§

Source

fn update_instruction_index(&mut self, new_index: usize) -> Result<(), E>

Implementors§