Struct gramatica::StateSet [] [src]

pub struct StateSet<T> {
    pub states: Vec<State<T>>,
}

Fields

Methods

impl<T> StateSet<T>
[src]

[src]