Function espr::parser::subtype_declaration [−][src]
pub fn subtype_declaration(input: &str) -> ParseResult<'_, SubTypeDecl>
Expand description
318 subtype_declaration = SUBTYPE OF (
entity_ref { ,
entity_ref } )
.