pub type HamelinStringParser = HamelinParser<'static, CommonTokenStream<'static, HamelinLexer<'static, UnicodeInputStream>>, DefaultErrorStrategy<'static, HamelinParserContextType>>;Aliased Type§
pub struct HamelinStringParser {
pub err_handler: DefaultErrorStrategy<'static, HamelinParserContextType>,
/* private fields */
}Fields§
§err_handler: DefaultErrorStrategy<'static, HamelinParserContextType>