Struct fst::automaton::ComplementState[][src]

pub struct ComplementState<A: Automaton>(_);

The Automaton state for Complement<A>.

Auto Trait Implementations

impl<A> Send for ComplementState<A> where
    <A as Automaton>::State: Send

impl<A> Sync for ComplementState<A> where
    <A as Automaton>::State: Sync