Function espr::parser::schema_body [−][src]
pub fn schema_body(
input: &str
) -> ParseResult<'_, (Vec<InterfaceSpec>, Vec<Constant>, Vec<Declaration>)>
Expand description
295 schema_body = { interface_specification } [ constant_decl ] { declaration | rule_decl } .