pub trait StatesIndex<S> {
// Required method
fn states_index(&self, state_index: StateIndex) -> &S;
}
Required Methods§
Sourcefn states_index(&self, state_index: StateIndex) -> &S
fn states_index(&self, state_index: StateIndex) -> &S
Get the state at the state index.