Skip to main content

parse_attribute_content

Function parse_attribute_content 

Source
pub fn parse_attribute_content(content: &str) -> Option<AttributeBlock>
Expand description

Parse the content inside the attribute braces into owned strings. Thin wrapper over [attribute_content_spans] so detection and emission share one walk.