Skip to main content

parse_properties

Function parse_properties 

Source
fn parse_properties(
    reader: &mut StringReader<'_>,
    block: Option<BlockRef>,
    block_name: &str,
) -> Result<Vec<(Box<str>, Box<str>)>, CommandSyntaxError>