pub trait Spanned {
// Required method
fn span(&self) -> SourceSpan;
}Expand description
This trait should be implemented for any type that has an associated SourceSpan.
pub trait Spanned {
// Required method
fn span(&self) -> SourceSpan;
}This trait should be implemented for any type that has an associated SourceSpan.