Skip to main content

MaterializedTurnState

Type Alias MaterializedTurnState 

Source
pub type MaterializedTurnState = (MaterializedExecutionState, Option<MaterializedTurn>, Option<MaterializedTurnOutcome>);
Expand description

Execution state, the running turn, and the last finished turn’s outcome.