[][src]Trait finite_automata::StatesIndex

pub trait StatesIndex<S> {
    fn states_index(&self, state_index: StateIndex) -> &S;
}

Required methods

fn states_index(&self, state_index: StateIndex) -> &S

Get the state at the state index.

Loading content...

Implementors

impl<S: Ord, T: Ord> StatesIndex<S> for Dfa<S, T>[src]

impl<S: Ord, T: Ord> StatesIndex<S> for Enfa<S, T>[src]

impl<S: Ord, T: Ord> StatesIndex<S> for Nfa<S, T>[src]

Loading content...