Struct rustlr::runtime_parser::RProduction
source · pub struct RProduction<AT: Default, ET: Default> {
pub lhs: &'static str,
pub Ruleaction: fn(_: &mut RuntimeParser<AT, ET>) -> AT,
}Expand description
this structure is only exported because it is required by the generated parsers. There is no reason to use it in other programs.
Fields§
§lhs: &'static str§Ruleaction: fn(_: &mut RuntimeParser<AT, ET>) -> AT