pub trait GetSpan { // Required method fn span(&self) -> Span; }
Get the span for an AST node.
Get the Span for an AST node.
Span