pub trait Spanned {
// Required method
fn span(&self) -> Span;
}Expand description
Trait for AST nodes that can report their source span.
pub trait Spanned {
// Required method
fn span(&self) -> Span;
}Trait for AST nodes that can report their source span.