Struct automata::nfa::NFA [] [src]

pub struct NFA<S: Eq + Hash = usize, I: Eq + Hash = char> { /* fields omitted */ }

Methods

impl<S: Clone + Eq + Hash, I: Eq + Hash> NFA<S, I>
[src]

Trait Implementations

impl<S: Debug + Eq + Hash, I: Debug + Eq + Hash> Debug for NFA<S, I>
[src]

Formats the value using the given formatter.

impl<S, I> Automaton for NFA<S, I> where
    S: Hash + Eq + Copy,
    I: Hash + Eq + Copy
[src]