Struct fst::automaton::StartsWithState [−][src]
pub struct StartsWithState<A: Automaton>(_);
The Automaton state for StartsWith<A>.
Auto Trait Implementations
impl<A> Send for StartsWithState<A> where
<A as Automaton>::State: Send,
impl<A> Send for StartsWithState<A> where
<A as Automaton>::State: Send, impl<A> Sync for StartsWithState<A> where
<A as Automaton>::State: Sync,
impl<A> Sync for StartsWithState<A> where
<A as Automaton>::State: Sync,