use TreeFormatter;
/// Trait for displaying AST nodes in a tree structure.
///
/// Types implementing this trait can be displayed as a tree with proper
/// indentation and box-drawing characters, showing both their structure
/// and the original source text.
use fmt;