Struct dfa::Automata [] [src]

pub struct Automata<T> where
    T: Hash + Eq
{ /* fields omitted */ }

Methods

impl<T> Automata<T> where
    T: Hash + Eq
[src]

Trait Implementations

impl<T: Debug> Debug for Automata<T> where
    T: Hash + Eq
[src]

Formats the value using the given formatter.