ActionStackEntry

public struct ActionStackEntry : CustomDebugStringConvertible

An encapsulation of a single Action Stack entry.

This is intentionally lightweight, so it does not retain objects from your app, using simplified representations instead.

This is explicitly immutable as entries cannot be changed after the fact.