Skip to main content

format

Function format 

Source
pub fn format(root: &SyntaxNode, options: &FormatterOptions) -> String
Expand 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.