Type Definition rslogic::state::PossibleStates [] [src]

type PossibleStates<T> = Vec<State<T>>;

A collection of possible states.