pub trait ParserRecog<'a, P: Recognizer<'a>>: Actions<'a, P> { }
Expand description

Implementors