Function espr::parser::schema_decl [−][src]
pub fn schema_decl(input: &str) -> ParseResult<'_, Schema>
Expand description
296 schema_decl = SCHEMA schema_id [ schema_version_id ] ;
schema_body END_SCHEMA ;
.
pub fn schema_decl(input: &str) -> ParseResult<'_, Schema>
296 schema_decl = SCHEMA schema_id [ schema_version_id ] ;
schema_body END_SCHEMA ;
.