pub type SlotOfTrace<T> = <<T as Trace>::VM as VMBinding>::VMSlot;
A shorthand for getting the slot type from a Trace instance.
Trace