Function espr::parser::subtype_constraint_decl [−][src]
pub fn subtype_constraint_decl(
input: &str
) -> ParseResult<'_, SubTypeConstraint>
Expand description
315 subtype_constraint_decl = subtype_constraint_head subtype_constraint_body END_SUBTYPE_CONSTRAINT ;
.