Skip to main content

DecisionTrace

Type Alias DecisionTrace 

Source
pub type DecisionTrace = Vec<TranspilerDecision>;
Expand description

Ordered trace of decisions from a single transpilation run.

Aliased Typeยง

pub struct DecisionTrace { /* private fields */ }