pub fn debug_print(rules: Pairs<'_, Rule>) -> String
Pretty string representation of a Pairs parse tree. Useful for directly debugging the output of GABCParser::parse() or parse_gabc().
Pairs
GABCParser::parse()
parse_gabc()