Skip to main content

TypedSimpleState

Type Alias TypedSimpleState 

Source
pub type TypedSimpleState = SimpleState<TypedFact, Box<dyn TypedOp>>;
Expand description

An execution state for TypedModel.

Aliased Type§

pub struct TypedSimpleState {
    pub op_states: Vec<Option<Box<dyn OpState>>>,
    pub turn_state: TurnState,
    /* private fields */
}

Fields§

§op_states: Vec<Option<Box<dyn OpState>>>§turn_state: TurnState