Struct fsa::nfa::Automaton [] [src]

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

Fields

Methods

impl<T: State> Automaton<T>
[src]

[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