pub fn formatter_tree(
tree: Tree,
input_content: &str,
output: &mut impl Write,
language: &Language,
operation: Operation,
) -> FormatterResult<()>Expand description
The function that takes a tree and formats, or visualises an output.
ยงErrors
If formatting fails for any reason, a FormatterError will be returned.