pub trait HasSpan {
    fn span(&self) -> Span;
}
Expand description

A trait for AST nodes having a span.

Required Methods

Implementors