Struct fst::automaton::IntersectionState[][src]

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

The Automaton state for Intersection<A, B>.

Auto Trait Implementations

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

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