pub fn format(root: &SyntaxNode, options: &FormatterOptions) -> StringExpand description
Print the syntax tree to a string.
When canonical_format, parenthesize_expressions, or annotate_types is set, runs a custom walk;
otherwise uses sipha’s emit API for round-trip.