Struct fsa::dfa::Automaton [] [src]

pub struct Automaton<T> {
    pub states: Vec<State<T>>,
    pub initials: Vec<usize>,
}

Fields

Methods

impl<T> Automaton<T> where
    T: StateData
[src]

[src]

[src]

[src]

[src]

Trait Implementations

Auto Trait Implementations

impl<T> Send for Automaton<T> where
    T: Send

impl<T> Sync for Automaton<T> where
    T: Sync