Function espr::parser::entity_decl  [−][src]
pub fn entity_decl(input: &str) -> ParseResult<'_, Entity>Expand description
206 entity_decl = entity_head entity_body END_ENTITY ; .
pub fn entity_decl(input: &str) -> ParseResult<'_, Entity>206 entity_decl = entity_head entity_body END_ENTITY ; .