parse_block

Function parse_block 

Source
pub fn parse_block(symbol: char, input: &str) -> IResult<&str, String>
Expand description

Parse a brace-delimited block with a leading symbol.

Expects {symbol ...} and returns the inner content.