Function espr::parser::subtype_constraint_head [−][src]
pub fn subtype_constraint_head(input: &str) -> ParseResult<'_, (String, String)>
Expand description
316 subtype_constraint_head = SUBTYPE_CONSTRAINT subtype_constraint_id FOR entity_ref ;
.