pub trait FormatSpan: Spanned {
    fn format_span(&self) -> SpanDisplay;
}
Expand description

Extension trait for formatting the span of AST nodes in a human-readable manner.

Required Methods

Implementors