Trait Language

Source
pub trait Language<F> { }

Implementors§

Source§

impl<F: Symbol, Q: State, L: Label> Language<F> for Automaton<F, Q, L>