[−][src]Trait antlr_rust::parser::ParserNodeType
Workaround trait for rustc current limitations.
Basically you can consider it as if context trait for generated parser has been implemented as
trait GenratedParserContext:ParserRuleContext<Ctx=dyn GeneratedParserContext>{ ... }
which is not possible, hence this a bit ugly workaround.