pub type GetAutomataStateForValue<T> = <<T as FiniteAutomataConstructor>::FiniteAutomata as FiniteAutomata<T>>::State;Expand description
Helper for getting the state item used in the automata
pub type GetAutomataStateForValue<T> = <<T as FiniteAutomataConstructor>::FiniteAutomata as FiniteAutomata<T>>::State;Helper for getting the state item used in the automata