Function espr::parser::subtype_constraint_body [−][src]
pub fn subtype_constraint_body(
input: &str
) -> ParseResult<'_, (bool, Option<Vec<String>>, Option<SuperTypeExpression>)>
Expand description
314 subtype_constraint_body = [ abstract_supertype ] [ total_over ] [ supertype_expression ;
] .