pub type InstructionTrace = Vec<Vec<InstructionContext>>;
Expand description
List of (stack height, instruction) for each top-level instruction
Aliased Typeยง
struct InstructionTrace { /* private fields */ }
pub type InstructionTrace = Vec<Vec<InstructionContext>>;
List of (stack height, instruction) for each top-level instruction
struct InstructionTrace { /* private fields */ }