Struct fst::automaton::UnionState[][src]

pub struct UnionState<A: Automaton, B: Automaton>(_, _);

The Automaton state for Union<A, B>.

Auto Trait Implementations

impl<A, B> Send for UnionState<A, B> where
    <A as Automaton>::State: Send,
    <B as Automaton>::State: Send

impl<A, B> Sync for UnionState<A, B> where
    <A as Automaton>::State: Sync,
    <B as Automaton>::State: Sync