Function espr::parser::rule_head[][src]

pub fn rule_head(input: &str) -> ParseResult<'_, (String, Vec<String>)>
Expand description

292 rule_head = RULE rule_id FOR ( entity_ref { , entity_ref } ) ; .