A normalized formal state and the transition that produced it.
Steps are produced while loading a trace and should normally be treated as read-only values rather than constructed directly.
Summary
Types
@type t() :: %Victoria.Step{ action: String.t(), index: non_neg_integer(), state: map() }
A zero-based trace step with its action and decoded ITF state.